New Landing How can we help? Themeforest Theme Support Dante Mobile menu icon (hamburger)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #80949
    ngem
    Member
    Post count: 17

    Hello. I need to change the glyph shown for the mobile menu. It is currently

    
    <i class="ss-rows">
    

    Where/How can I change this icon to one of my own?

    Thanks,
    Aaron

    #81009
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, open up sf-header.php and go to line 323:

    $logo_output .= '<a href="#" class="visible-sm visible-xs mobile-menu-show"><i class="ss-rows"></i></a>'. "\n";

    – Kyle

    #92970
    ngem
    Member
    Post count: 17

    That worked great. Thanks!

    #93057
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! no problem 🙂

    – Kyle

    #218145
    wizastudios
    Member
    Post count: 67

    Hi Kyle

    This maybe a bit out of date but I was wondering a similar question. Is there a way to change the color of the burger menu? Does it reply on a color choice in the customize options?

    #218156
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can use the code below to change the color of the icon
    Adjust to your desired color.

    .mobile-menu-show .ss-rows{
    color:#FFF!important;
    }

    -Rui

    #218220
    wizastudios
    Member
    Post count: 67

    I tried that and it didn’t work.

    #218341
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    #logo a.mobile-menu-show i {
        color: #ff0000 !important;
    }

    Thanks
    Mohammad

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register