Change Tagline color in Baskerville 2

  • Hello,

    How do I change the font color for my tag line. It’s a light grey right now and I need it to be white.

    I guess I just need the code to change that setting.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Hi alig5280

    How do I change the font color for my tag line. It’s a light grey right now and I need it to be white.

    I guess I just need the code to change that setting.

    – Yes, to do this you need to add custom css code. Please add the code below:

    p.site-description {
        color: white !important;
    }

    Additionally, Custom CSS can only be added if you are under premium or Business plans.

    Here is the support document which will help you to know how to edit the custom css:
    https://en.support.wordpress.com/custom-design/editing-css/\

    Hope this helps.

  • The topic ‘Change Tagline color in Baskerville 2’ is closed to new replies.