Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1398354

    Hi guys,
    I found on the forum, this css code to change font mobile style:

    @media only screen and (max-width:767px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    font-size: 18px;
    text-transform: uppercase;
    }

    Initially works ok on mobile, but in desktop it changes hover images site styles and modify width container.
    I need the code to modify just menu mobile font style.

    Can you help me with this please?

    #1398421

    Hey enfold,

    There’s nothing in that CSS which would effect images and container width. Did you try closing the media query properly?

    @media only screen and (max-width:767px) {
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
      font-size: 18px;
      text-transform: uppercase;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.