Hello!
How can I change the extra elements font color? It cannot be seen on mobile.
Thanks and take care in these days!
Orhan
Hey erkuto,
Add this to quick css:
@media only screen and (max-width: 767px){
#top #header_meta .phone-info {
color: #000!important;
}}
Best regards,
Jordan Shannon
Thank you, Jordan!
The font color is changed. However, the phone numbers (the links) are not.
Any CSS for them as well?
Thank you,
Orhan
Hi,
Adjust the code to this:
@media only screen and (max-width: 767px){
#top #header_meta .phone-info,
#top #header_meta .phone-info a {
color: #000!important;
}}
Best regards,
Jordan Shannon
Thank you!
Hi,
No problem, I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon