mobile theme text logo and tagline color change.

Posted in: Newspaper
Post count: 2

my desktop view website have this text logo https://prnt.sc/PhALX0-Qrx_A i want same text logo for my mobile theme. i tried various things but not working

-I added logo text at theme panel>header https://prnt.sc/NKe-XpgnevC1
-found mobile theme text logo font setting mobile theme>theme fonts> header> text logo and tagline https://prnt.sc/JBjFMo0K0q8J

but it’s showing totally blank. because text logo font color is white. https://prnt.sc/y6cEK3Ffg7_x
i want logo text black and tagline green. from where i can change mobile text logo and tagline color for mobile theme?

Post count: 27744

Hello,

To change the color you need to use a custom code CSS -> https://i.imgur.com/shMU9Qo.png

.td-main-menu-logo .td-logo-text
{
color: black;
}
.td-main-menu-logo .td-tagline-text {
color: green;
}

The code needs to be set in Theme Panel> Mobile Theme > Custom code> CSS.
Thank you!

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