Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #3545
    alday_j
    Member

    Hi!  I’m in need of the CSS to change the color of the page title/heading color. It’s default is black and it sticks out like a sore thumb. Thank you so much.

    My website is pathwaynetwork.net

    #3546
    alday_j
    Member

    Nevermind I just did it!

    .entry-title { color: #fff; }

    #3552
    Sakin
    Keymaster

    @alday_j: Great. When you do any customization on CSS don’t edit style.css. Just add the custom css in “Custom CSS” box in your Theme Options panel.

    #7092
    digby
    Member

    I am also wanting to change the colour of page titles. I do not understand the custom css box however.

    Could you copy and paste what I should be inputting into the custom css box that would allow for me to edit the page title colour?

    Thanks.

    #7099
    Sakin
    Keymaster

    @digby: Yes I can send you the code but I need your site URL first.

    #7155
    digby
    Member

    @sakin Thanks. URL is http://www.bcucf.ca/main

    #7166
    Sakin
    Keymaster

    @digby: You can just change the color code in the below CSS and add it in “Custom CSS” box in Theme Options panel.

    /* Page Title Color */
    .entry-header .entry-title { color: #222; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Page title/ heading color change’ is closed to new replies.