My menu looks white

Posted in: Newspaper
Post count: 460

Hi guys,

I’ve changed some parts of my menu. Now I don’t use categories, I use pages created with the tagdiv editor (similar to cloud templates).

On mobile the menu looks good. On pc, the menu appears in white.

Can you help me to make the menu visible on pc?

This is the web: https://cutt.ly/Zt1zky5

Post count: 18283

Hello !

You can use this css:

.td-theme-wrap .sf-menu .td-normal-menu .sub-menu .td-menu-item > a {
color:red;
}
}

Thank you !

Post count: 460

Thanks @Vlad S , run ok. But the typeface is a bit small and fine, it doesn’t look like a menu. Can I improve it?

Post count: 18283

Hello !

That will require css. What exactly is that you’re trying to achieve so we know what has to be done.

Thank you !

Post count: 460

Hello,

Make the letters a little thicker and bigger

Post count: 18283

Hello !

Replace that code with this one: .td-theme-wrap .sf-menu .td-normal-menu .sub-menu .td-menu-item > a {
color:red;
font-size: 18px;
font-weight:600;
}

Thank you !

Post count: 460

Perfect thanks 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.