Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1141096

    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.

    #1141566

    Hey Cameron,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1141581

    Sorry, I meant to say only when on my mobile are they brown. On my mobile I’d like them to be white too.

    #1141608

    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

    #1141634

    It works! Thanks!

    #1141635

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Footer links different color. Need to be white’ is closed to new replies.