Site logo

Archived topic

Mellow theme remove site title background

5 replies · Started by Luke on October 9, 2019

Viewing posts 1–6 of 6

Hi,
I think I need to change the CSS to have the black box of the site title and tagline disappear on my homepage. Could you please tell me which lines of code to remove?

Thanks

Hi there,

Remove this block of CSS from Additional CSS field in the customizer:

.site-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 :)

Perfect thanks Leo, and wow what a quick response!To remove the background hover colour? Is that CSS too or through a customize fucntion.

Thanks again

Remove this as well:

.site-branding:hover {
	background: rgba(0,0,0,0.5);
}

Let me know :)

it worked. Perfect, Thanks

No problem :)

This archived topic is closed to new replies.