Site logo

Archived topic

Change title color of my site

3 replies · Started by Christian on March 14, 2021

Viewing posts 1–4 of 4

Hello

I use the Mellow library. By default, the site title is displayed in white on a black background. I would like to change the background color, for exemple black to blue. I do not see where to change this display.

Thanks in advance.

Hi there,

Go to Customizer > Additional CSS and edit this block of CSS:

.site-branding, .navigation-branding {
    background: rgba(0,0,0,0.8);
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: background 500ms ease;
}

Let me know if this helps :)

Thank you very much. It's perfect

No problem :)

This archived topic is closed to new replies.