Site logo

Archived topic

Mellow Theme - Site Title Shows All Black

15 replies · Started by Eugene on April 5, 2021

Viewing posts 1–15 of 16

Hi Support,

My site is showing the site title as all black on the homepage but other pages will show a black background and white text. How do I fix this?

Best regards,
Eugene

Hi there,

Have you resolved this?

I'm seeing a logo on all pages and no site title.

Let me know :)

Hi Leo,

Could you please check again? I have removed the site logo on mobile.

Best regards,
Eugene

Hi Eugene,

I can see that your home page is missing some CSS style, could you clear your cache and disable your cache plugin to test?

Let me know :)

Hi Ying,

Cache cleared and plugin disabled.

Mellow has this CSS added by default:

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

You can try removing it in the Additional CSS field in the customizer.

Hi Leo,

I have removed the additional CSS but now the site title is black with a transparent background on the homepage but white on the other pages.

What is the result you'd like to achieve?

Hi Leo,

I would like the title text white and background black for all pages.

Hi Leo,

I have added back the CSS and change the site color but the text remains black. Could you give a check to see what is wrong?

Ah I see what you mean.

Try this CSS:

@media (max-width: 768px){
#mobile-header .navigation-branding .main-title a {
    color: white;
}
}

Thank you! It now works as how I would like it to be.

This archived topic is closed to new replies.