[Resolved] Amazinf menu in the footer e-commerce

Home Forums Support [Resolved] Amazinf menu in the footer e-commerce

Home Forums Support Amazinf menu in the footer e-commerce

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #1598507
    David
    Staff
    Customer Support

    You can change the text color using CSS:

    .mobile-navigation figcaption a {
        color: #fff;
    }

    But you cannot change the color of a png image with CSS – you would need to change the color of the actual image.

    #1653288
    Jose

    How can disable it in tablets devices?

    I have tried to change the CSS to @media(max-width: 500px) but it appears in the tablets footer.

    #1653424
    David
    Staff
    Customer Support

    Try this CSS:

    @media(min-width: 500px) {
      .mobile-navigation {
        display: none !important;
      }
    }
    #1653955
    Jose

    Perfect, thanks!

    #1654259
    David
    Staff
    Customer Support

    You’re welcome

    #1672502
    Jose

    Hi again,

    I have install the cookies in the web, and in mobile devices I can’t accept it because they are behind this footer, couuld you help me to give more important to the cookies banner?

    Regards,

    #1672777
    David
    Staff
    Customer Support

    Can you raise a new topic where you can share a link to the site, as this one is resolved and all Private Information has been removed.

Viewing 7 posts - 31 through 37 (of 37 total)
  • You must be logged in to reply to this topic.