New Landing How can we help? Cardinal (ss-rows) to the word MENU.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Cardinal
  • #106560
    jeppevinum
    Member
    Post count: 156

    I would like to change Mobile Menu Icon (ss-rows) to the word MENU.

    #106630
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the url of your site? It’s easier for us.

    -Rui

    #106638
    jeppevinum
    Member
    Post count: 156
    This reply has been marked as private.
    #106659
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code bellow to your custom css options.

    
    a.mobile-menu-link {
    text-indent: -1em!important;
    }
    
    a.mobile-menu-link span.menu-bars:before {
    content: "Menu";
    }
    
    a.mobile-menu-link span.menu-bars, a.mobile-menu-link span.menu-bars:before, a.mobile-menu-link span.menu-bars:after{
    width:0px!important;
    }
    

    Let us know if it worked.

    -Rui

    #106660
    jeppevinum
    Member
    Post count: 156

    It works very fine! ๐Ÿ˜€ Thank you

    #106661
    jeppevinum
    Member
    Post count: 156

    Is it possible to move the text a little bit to the left?
    And make the text bold ?

    #106666
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Edit the above code.

    
    a.mobile-menu-link span.menu-bars:before {
    content: "Menu";
    }

    to this

    a.mobile-menu-link span.menu-bars:before { content: "Menu"; font-weight: bold; margin-left: -10px; }

    Let us know,

    Thanks,
    laranz.

    #106667
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    sure,

    Just adjust the right value in the first rule to control the text margin to the right.

    
    .mobile-header-opts.opts-right, .mobile-left-logo .mobile-header-opts {
    right: 45px!important;
    }
    
    .menu-bars{
    font-weight: bold!important;
    }
    
    

    -Rui

    #106669
    jeppevinum
    Member
    Post count: 156

    WORKS FINE! THANK YOU ๐Ÿ˜€

    #106670
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    no problem. Me and Laranz replied at the same time. 2 possible solutions.
    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register