Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1334049

    Hello, I’ m using the menu style, button style (bordered). How can I hide this style from mobile menu?

    thanks in advance

    #1334062

    Hey troupdim,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #top #header_main #av-burger-menu-ul .av-menu-button > a .avia-menu-text {
        border: none;
        border-radius: 0;
        padding: 0;
    }
    #top #wrap_all #header_main #av-burger-menu-ul .av-menu-button-bordered.av-menu-button > a {
    	border-bottom-style: solid;
        border-bottom-width: 1px;
    }
    }

    After applying the css, please clear your browser cache and check.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #1334063

    Ok, It’s done. How can i hide the lines between menu items?

    #1334069

    Hi,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1334090

    Please, check the private content

    #1334102

    Hi,

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top #wrap_all #header_main #av-burger-menu-ul .av-menu-button-bordered.av-menu-button > a {
      border: none;
    }
    

    Best regards,
    Yigit

    #1334104

    thanks a lot.

    #1334132

    Hi,

    Great, I’m glad that Yigit could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1334285

    Hello again, I have a problem. If I switch (via mobile device) the greek language on burger menu, then it shows the page as under construction. I have uninstall this plugin however the problem remains. What happen? How can I solve this?

    ps. The default english language work fine.!

    #1334323

    Hi,

    Thanks for the update. I can’t load your site at all on my end, please see error message in private. I’m not sure why that is happening unfortunately.

    Best regards,
    Rikard

    #1334328

    Hi,

    Please clear cache on your mobile device and refresh your page a few times. I tested on my iphone and it worked fine for me. Please see screenshot in private content field below :)

    Best regards,
    Yigit

    #1334340

    Οk. the problem is solved! I have an another issue. I have noticed, that when I edit the english language page, the content erase. What happen?

    Thanks you in advance

    #1334368

    Hi,
    Please open a new thread for separate issues, we prefer to keep each thread on-topic, such as the topic of this thread is hiding the border of a button.
    When you open your new thread please include an admin login to your site for us so we can see which language plugin you are using and try to explain as fully as possible your issue, such as which page you are editing that loses it’s content and how we can reproduce the error, if your not sure how to explain screenshots often help. Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Hiding bordered menu’ is closed to new replies.