Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211029
    koosang153
    Participant

    Hi all,

    I would like to make the menu icon to be word “MENU” on mobile instead of three line hamburger menu icon, how should I code on custom global css section?

    #1211178
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    i.x-icon-bars:before {
        content: "Menu";
    }

    Hope that helps.

    #1211659
    koosang153
    Participant
    This reply has been marked as private.
    #1211807
    Thai
    Moderator

    Hi There,

    #1] Please add this CSS:

    .menu-item-4309 a {color: #fff;}

    #2] To remove the text shadow, please add this:

    a.x-btn-navbar {
        text-shadow: none;
    }

    Hope it helps 🙂

    #1211841
    koosang153
    Participant

    Hello,

    #1] Please add this CSS:

    .menu-item-4309 a {color: #fff;}

    this didn’t work. Still my menu on my navigation bar is NOT white on mobile.

    when I add that css code, “#1] Please add this CSS:

    .menu-item-4309 a {color: #fff;}”

    the following code didn’t work.

    #menu-item-4309 > a {
    color: #fff;
    }

    Please help! thanx!

    #1211992
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    .menu-item-4309 > a {
        color: #fff !important;
    }

    Let us know how this goes!

  • <script> jQuery(function($){ $("#no-reply-1211029 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>