• Resolved neptune1

    (@neptune1)


    Hi, could anyone tell me how to change the Font color on the Site Title and tag line?

    Thanks so much… just making some quick changes

    • This topic was modified 5 years ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Site title site description color is govern by this css rule:

    .site-title, .site-description {
        color: 
    #fff;
    }

    Change #fff to your liking.

    Don’t edit the theme files directly, otherwise your changes will be overwritten whenever the theme is updated.

    A custom CSS editor (usually titled Additional CSS) is included in the Customizer as of WordPress 4.7 specifically for this purpose.

    As an alternative, especially if you intend to modify more than just CSS, create a child theme.

    Thread Starter neptune1

    (@neptune1)

    Thats great! thank you so much for your help!!

    Moderator t-p

    (@t-p)

    You are welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Change the Site TItle and Description Color’ is closed to new replies.