• Hi,

    I would like to change the color of my site title or description. Can I do this using the additional CSS?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Blogging Theme Styles

    (@bloggingthemes)

    Greetings!

    Yes, you are correct. Right now the theme does the site title with this code:

    .site-title a, 
    .site-title a:visited {
        color: #000;
    }

    The site description uses the body colour, but you can add your own with this example:

    .site-description {
        color: #000;
    }
    Thread Starter midnightknell

    (@midnightknell)

    Hi,

    Thank you! The site description changed, but I could not get the title color to change.

    Thread Starter midnightknell

    (@midnightknell)

    I figured out how to just include my site name in the graphic logo, but then when I search my website, it says “no title” in the search engine. Is there a way to use Midnight Knell as my site title, without it displaying on the actual webpage?

    Theme Author Blogging Theme Styles

    (@bloggingthemes)

    One thing you could do with the Site title if it wasn’t changing, is to add !important in your CSS part. Such as:

    .site-title a, 
    .site-title a:visited {
        color: #000 !important;
    }

    That basically “forces” that styling to take effect.

    The site title is going to be collected from your General Settings of your Admin area and it will also collect your site description as well. However, if you really want total control over browser titles, meta info, etc., you might want to consider using the Yoast SEO plugin (very good for working towards Google positioning).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change title font color’ is closed to new replies.