• Hi,

    Can someone please help me?

    I am trying to change the colour of my post and page title headings to match the rest of the colour scheme on my page (green #228B22).

    I am not having much success, does anyone have a suggestion for my style.css?

    Thankyou
    Crystal

Viewing 7 replies - 1 through 7 (of 7 total)
  • Additional info would help.
    Link mentioning the name of the theme you are using and if u can provide, a link to the site where you are setting this up.

    Thread Starter Crystalmaree

    (@crystalmaree)

    Sorry,

    I am using Yashfa

    @ https://www.eatsleepmove.com.au

    I could not find an direct option on the theme that would let you change the colors. You could accomplish what u need by Editing the style.css file of the theme.
    Add this to the end of the file style.css in the yashfa folder.
    Also, may I know how you edited the other colors of the theme?

    .post>h2>a
    {
    color: #228B22;
    }

    Thread Starter Crystalmaree

    (@crystalmaree)

    Thank you

    I have put that piece in but it has not made any difference to the page title (?)

    Also, for the other colours, I have just been tinkering with the css, changing something and seeing what it does…it has been a long process!

    Finally dug into your site’s CSS. The Post title on the home page seems to be the right color.
    Adding this should solve the problem on other pages too!

    .post>h2
    {
    color: #228B22;
    }

    Hope this resolves your problem.

    Thread Starter Crystalmaree

    (@crystalmaree)

    Thankyou!

    The only other issue I have now is with the page titles, when I click to a page say the “about” page, the header on that page is still black.

    Do you have any suggestions for this?

    Thankyou again for taking the time to dig around in my css ??

    Try using Firefox with the Firebug add-on to track down CSS.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘change colour of post and page titles’ is closed to new replies.