Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #532866

    Hi guys,

    i’ve looking for a solution throught your forum but without success.

    I’ve changed background color on socket, from black to white.

    On desktop version is working correctly, but on mobile the links are still white, so i cannot see them. they are pretty important, such as terms and conditions and more.

    Can you help me ASAP please?

    cheers

    Mario

    #532883

    Hi Mario!

    The below media query was causing your link text to change from black to white on mobile devices.

    @media only screen and (max-width: 1024px)
    .avia-menu-text {
        /* color: white !important; */
    }

    At this time, you can comment out the color style (as shown above) or replace the css in your custom css section with a different color.

    Cheers!
    Dake

    #532936

    Hi Dake,

    thanks for your prompt reply!

    I’tried to find out the line on css code but without success. did you remove it or is still there?

    i’ve found this

    .avia-menu-text {
    color: white !important;
    }

    and i’ve changed it with black but that’s the color for main menu responsive link.

    how can i change ONLY the socket menu?

    I would like to set the link in BLACK color.

    Cheers

    Mario

    #533177

    ok solved thanks ;)

    Mario

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Socket menu links color doesn't change’ is closed to new replies.