Archived topic
Mellow Theme - Transparancy Site Title
5 replies · Started by Markus on April 16, 2020
Dear GP-Team!
I am setting up a new site with the Mellow Theme. I added the site title but it is always black in the background. I would like to have the Site title in the header but the background transparent. Is there a way I can do that?
Many Thanks in advance for your help!
BR,
Markus
Hi there,
in Customizer > Additional CSS - remove this block of CSS:
.site-branding {
background: rgba(0, 0, 0, 0.8);
display: inline-block;
padding: 10px 30px;
border-radius: 3px;
transition: background 500ms ease;
}
Thank you David! I will try it this evening. Keep you updated
OK - let us know :)
Hey David!
I tried it this morning. It worked! Many thanks!! :)
Have a nice day!
Markus
Glad to be of help