Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1207005

    Hi guys!
    Would you tell me please how can I do to change font size of mobile version only?

    Regards
    Santiago

    #1207143

    Hey Santiago,

    Can you try adding this CSS code?

    @media only screen and (max-width:767px) {
      #top p {
        font-size: 14px;
      }
    }

    Just adjust the font size values, and also this only applies to paragraphs not headings.

    Best regards,
    Nikko

    #1214392

    Hi, thank you for the info, but it does not work

    Regards

    #1214403

    Hi,

    Please try to add the code to the very top of quick css so it runs first, and please clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1214406

    First i had to ask you what you are understanding on “mobile version”
    do you mean small screen width or do you mean the mobile devices ?

    #1214746

    Hi Guenni007, I meant mobile devices

    Regards
    Santiago

    #1214756

    Hi Santiago,

    Would you like to change font size of mobile menu? If you do, please go to Enfold theme options > Advanced Styling and edit “Menu Links in overlay/slide out ” and increase “font size”.

    If that is not what you meant, please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)

    Regards,
    Yigit

    #1215209

    Hi Guenni007, I meant mobile devices

    in this case you had to know that enfold adds a class for mobile devices to the html so you can use .responsive.avia_mobile
    to influence only css on mobile devices.

    f.e.: something like this has influence on ipad landscape – allthough this is 1024px width or more – but has no effect on desktop browsers
    ( by the way the pendent to that mobile class is: avia_desktop )

    .responsive.avia_mobile #top #avia-menu .avia-menu-text {
        color: red !important;
    }
    #1279843

    Hi there!
    Since last enfold updated I have duplicate menus on site’s desktop version: desktop menu and also burger menu.
    Link via private.

    How can I hide burger menu from desktop version?

    I appreciate your help!

    Best regards
    Santiago

    #1280150

    Hi Santiago,

    Could you please clear the cache, check again and get back to us.

    Best regards,
    Victoria

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