• Resolved goldfingertf

    (@goldfingertf)


    I’ve created various categories and want to use them as title in the site’s head. In this example I’ve created the Category “Musik” and I’m using it as site header. However the header background is always white and the lettering is always black. I want to change the background color and the color of the lettering. Is there any way I can do that? I had no luck to find an answer to this. I hope someone can help. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @goldfingertf,

    Thanks for your query. I am guessing you would add this CSS code to your site’s Appearance > Customize > Additional CSS.

    .category-name {
        background-color: #ddd;
    }
    Thread Starter goldfingertf

    (@goldfingertf)

    Dear Kharis,

    Thanks for your message. Unfortunately it does not change the background color. ??

    Any other suggestions?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Site title / Category title header’ is closed to new replies.