• Thank you for reading my comment.
    I am trying to change the color of the title of pages on my website, not on the front page. I use buildpress Theme and I have tried this code below in my custom css section

    #main h1 a
    {
    color: #257baf;
    }
    But it still doesn’t work. I have no idea of CSS at all. I would appreciate your kind assistance.

    Thank you once again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Michael Liberty

    (@michael-liberty)

    Sorry here is my website
    https://www.heightsaccess.ng

    I’m not sure I understand which titles you’re trying to change. If you give a link to a sample page where you want to change the title font color, it would be easier to help.

    If you don’t want to affect the front page, where the titles appear to me to be in widgets, and want to affect other pages, like this one, you can leave out the “a” in your CSS and use something like this:

    .main-title h1 {
      color: #257baf;
    }

    Thread Starter Michael Liberty

    (@michael-liberty)

    Thanks a bunch @ linux4me2 . I have resolved the problem with using your code.

    You’re welcome. I’m glad you got it fixed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to Change the color of the title of pages on my website’ is closed to new replies.