• Hi,

    https://www.mikeypowell.co.uk/stl/

    I’m using the Nexus theme and I can’t figure out how to change the colour of the Post titles near the bottom of my main page. For example ‘Welcome to the dark side’, I’ve tried everything in the colour pallet that will change it but it doesn’t change.

    Can anyone help?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using a Child Theme or Custom Style plugin?

    Thread Starter mikeypowel1

    (@mikeypowel1)

    I’m using a Custom Style plugin

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try

    div.description h5 a {
     color: #000;
    }

    Change #000 to the hexadecimal value of your desired colour.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I hope you are not using a plugin exactly…

    From your theme’s style.css file

    -----------------------------------------------------------------------
    
            NOTE: DO NOT CHANGE THE CSS IN THIS FILE TO CUSTOMIZE YOUR THEME AS IT IS OVERWRITTEN EVERY TIME
    		YOU UPDATE. USE THE CUSTOM CSS THEME OPTION IN "APPEARANCE > THEME OPTIONS > CUSTOM CSS" INSTEAD.
    
    ---------------------------------------------------------------------*/

    That’s a commercial theme, for support please contact the vendor. We don’t support commercial themes here.

    Part of the what you paid for was support from the author and what you are asking for is not unreasonable. The author should be able to resolve it for you.

    Thread Starter mikeypowel1

    (@mikeypowel1)

    Thanks!

    Thread Starter mikeypowel1

    (@mikeypowel1)

    Hi Andrew, I’ve tried that at it isn’t working… Sorry!

    I pasted it into my Custom CSS and Post styling on the page.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try

    html.boxed-layout body div.recent-posts article.item div.description h5 a, html.boxed-layout body div.recent-posts article.item div.description h5 a:visited {
     color: #000
    }

    Thread Starter mikeypowel1

    (@mikeypowel1)

    Andrew, you are brilliant!

    Many thanks dude ??

    Thread Starter mikeypowel1

    (@mikeypowel1)

    Andrew, I take it that the fonts that are contained within the h1, h2 etc can’t be changed easily? Will I need to add custom code to do it?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I would discuss this other font issue in another thread.

    It was great that Andrew was able to help you, Mikey. Also, don’t forget that you can always contact the author of a ThemeForest theme through the contact form on their profile page.

    In the case of Nexus, that would be here: https://themeforest.net/user/adaptivethemes

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Header text won't change colour’ is closed to new replies.