The font color of my bottom footer links (I’m actually using a bottom socket) are dark brown, but everything else in my footer is white. I’d like the links to be white as well.
Hey Cameron,
Could you please attach some screenshots of the issue?
Best regards,
Victoria
Sorry, I meant to say only when on my mobile are they brown. On my mobile I’d like them to be white too.
Hi,
Add this to quick css:
@media only screen
and (max-width: 767px){
footer .sub_menu_socket a .avia-menu-text{
color:#fff!important;
}}
Best regards,
Jordan Shannon
It works! Thanks!
Hi,
Perfect! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon