green text on title of post

  • Anonymous

    #3285

    How can I change the color of my text from green to black

    Anonymous

    #24243

    Add this to you child theme’s style sheet or in Graphene Options –> Display –> Custom CSS

    .post-title, .post-title a, .post-title a:visited {
    color: #000000;
    }

    I think you are using older version of Graphene theme. Update to 1.6

    DavidMojitos

    #24244

    Thank you for the reply, I like the graphene theme, when I make a new post and pages title the font color is green not black. How can I change it to black? I just pasted the code under custom css. What steps will I make to change the fonts from green to black?

    Mod

    Kenneth John Odle

    #24245

    The code Prasanna gave you should work if you enter it in Graphene’s custom CSS area. But you are not using Graphene…..

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.