• Hi all,i have just moved my blog from wordpress.com and have been trying to figure out how to change the colour of the post headers #d15c18 and will need some help..The font widget i downloaded seems to only change the colour if i click on the topic and open the post, but not on the main page.
    What exactly do i need to write in the stylesheet?
    my blog: https://www.diamondsandspikes.com

    Also, if its not sth too complicated, how can i change the font to Raleway?

    Could you please help me out?:)
    Thanks!

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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try using a browser Inspector tool, such as Google Chrome’s built in Inspect Element feature or Firefox’s Firebug tool to find particular CSS styles in web pages.

    Using Chrome’s Inspect Element feature, I right clicked on the post’s heading, selected ‘Inspect Element’ and found this style on the right,

    .hentry header h1 a {
     color: #D15C18;
    }

    Thread Starter zesiku

    (@zesiku)

    Hi, thanks. i tried but what do i do next ? i read so many articles and tried adding the colour to the stylesheet but nothing ever changed. im lost

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Next you’ll need to implement the change you temporarily applied through the Inspect Element browser feature.

    To avoid modifying the theme’s original files, may you answer if your theme comes with a section in the dashboard named something like, “Custom CSS” or have you a Child Theme?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘(THEME: Blaskan) How to change the colour of the post header?’ is closed to new replies.