• gerbstat

    (@gerbstat)


    I cannot find where to change this text element’s color. I want to change IT FROM ITS CURRENT GRAY COLOR TO WHITE.Unfortu8nately, I’m not even sure what it is called.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gerbstat

    (@gerbstat)

    Note: the text is “About Us” and is to the left and below the Header image of a brick building. When I go into the editor this item is on top and the text can be changed. It appears to be a permalink which is copied into the top menu text.

    Theme Author Di Themes

    (@dithemes)

    Hi

    Seems you are talking about headline of page. you can use custom CSS to change color of page headline:

    .page .the-title.entry-title {
    	color: red;
    }

    To add custom CSS: Appearance > Customize > Additional CSS.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page headline color (below top menu bar)’ is closed to new replies.