Tagged: Font-color, phone number
Hi there, I have the logo area white. On the desktop, the phone font needs to be white to see it. However, on mobile, it disappears.
Is there a way to have it switch to black on mobile so you can still see it?
Hey BrendaSarg!
The menu does not getting hide, it just converts to humberger menu
http://awesomescreenshot.com/05b5qe4k56
Here on the other side of logo, at the white area if you click you can see the logo.
Is that right, or I miss something?
Best regards,
Basilis
You’re missing something lol, I mean the phone number (top bar) is white for desktop, but on mobile, the top is white so the phone number isn’t visible. ( I put it grey so you can see on this screenshot)
I want it white for desktop, black for mobile.
http://awesomescreenshot.com/0c95qgrp8c
Also, how can I get rid of that line?
Hi!
Sorry for that.
Please try
.responsive.social_header .phone-info span { color: #000 !important; }
let us know if that works out
Cheers!
Basilis
That didn’t seem to do anything at all?
Hey!
You have following custom CSS code
.phone-info span {
font-size: 16px !important;
color: #ffffff !important;
}
Please change it to following
@media only screen and (min-width: 990px) {
.phone-info span {
font-size: 16px !important;
color: #ffffff !important;
}}
Best regards,
Yigit
YES! Thanks, perfect :)