XF 2.1 Logo text on mobile

HenrikHansen

Well-known member
I have a "text logo" with code inserted in extra.css.

It is black but need to be white on mobile because the text logo is shown on the blue line on mobile.
Any suggestions how to do this?


.ctaLogoText,
.ctaLogoTextSmall
{
font-size: 20px;
text-transform: uppercase;
font-weight: 800;
font-family: 'Tahoma', sans-serif;
color:black;
}
 
Top Bottom