Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #761398

    How do I , like here:

    Thanks!

    #761399
    #761425

    Hi,

    Can you give a link to your site as well as give us temporary admin access? so we can assist you with it. Kindly place it in Private Content so only moderators can view.

    Best regards,
    Nikko

    #761441

    Yup sure, think I need an email address to add new temp user? Do you have one to share?

    #761678

    Hi,

    Yes. It’s in the private content.

    Cheers!
    Nikko

    #761692

    Set up :)

    & thanks

    #762238

    Hi,

    Thanks for the login. It’s done, I have added this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #top #advanced_menu_toggle {
        border-color: #fff;
      }
    }

    Then in functions.php I searched for this code:
    'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
    and replaced it with:
    'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue811'),
    Hope this helps :)

    Cheers!
    Nikko

    #762254

    Hi – not sure I’ve been clear. What I see in the Burger site is a different font style (font, size, alignment) in the mobile menu. Can you show me how this is done pls?
    THANKS

    #762853

    Hey,

    The font is already the same however the alignment depends on the height of the logo, I have adjusted it and added this css code:

      #top #advanced_menu_toggle {
        border-color: transparent;
      }
    
      .responsive #top .logo a > img {
        max-height: 80px !important;
      }

    inside of:
    @media only screen and (max-width: 767px) {
    Let us know if it’s good.

    Cheers!
    Nikko

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