• Resolved lpaustia1

    (@lpaustia1)


    I’m trying to change the text color (#0dbe98) of the site title to one I want. I went through the customize feature and didn’t find a way. I’ve looked through the css and tried as well. Any hint would help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WP News Theme

    (@wpnewstheme)

    Hi @lpaustia1,

    Sorry for such a late reply.

    You can change the site title color by adding custom CSS (e.g. in “Customize > Additional CSS”):

    
    .site-title a {
        color: #ff0000 !important;
    }
    

    Hope that helps. Please let me know if you have any questions. And again sorry for the delay.

    Theme Author WP News Theme

    (@wpnewstheme)

    @lpaustia1,

    P.S. You can also change it in “Customize > Colors > Header Text Color”, however, unlike the custom CSS I’ve posted earlier, it will also change the color of the site description text (right below the site title text).

    Thread Starter lpaustia1

    (@lpaustia1)

    Thanks for the hint. I was able to get the color changed but I didn’t try to use additional css. I found that I needed to change colors in the asset.css file.

    Theme Author WP News Theme

    (@wpnewstheme)

    Hi @lpaustia1,

    Glad to hear you’ve figured it out.

    P.S. Please note, if you are going to change the theme’s files directly, make sure you are using child theme, otherwise, all your changes will disappear on the theme update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Site Title Text Color’ is closed to new replies.