Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1027302
    social.BBDH
    Participant

    Hi there,

    I can’t get the mobile menu to display on our site.

    I have read that I need to install x-shortcode plugin to get my mobile menu to install but I can’t find it in the download package or by searching wordpress plugins.

    Cornerstone is also not rendering/ responsive to mobile. See attached screenshots.

    http://www.omnichannelmediagroup.com
    x version4.5.2
    Wordpress version 4.5.2
    cornerstone 1.2.4

    #1027559
    Christopher
    Moderator

    Hi there,

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

    a.x-btn-navbar.collapsed {
        color: rebeccapurple;
    }
    a.x-btn-navbar,.x-btn-navbar:hover {
        color: #000;
    }

    Hope that helps.

    #1038979
    social.BBDH
    Participant

    Thanks Christopher. Is there an option to make it orange instead of rebecca purple?

    #1039122
    Rupok
    Member

    Hi there,

    Thanks for writing back. You can replace teh color with your color name or color code :

    a.x-btn-navbar.collapsed {
        color: orange;
    }

    or

    a.x-btn-navbar.collapsed {
        color: #FF8000;
    }

    Hope this helps.

    Cheers!

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