Hi, my menu looks fine in desktop version but it does not show up on the mobile. I guess my questions are:

  1. How do I show the menu on the mobile layout?
  2. Where can I modify the "Join" link on top right of the screen on the mobile layout?

Thank you.

James C.
URL: thequotestop.com

    webgot
    Hi
    The Join is defiend in /templates/uber/css/template.css

    .right-menu .nav li > a.item-primary:after {
        content: "Join";
        display: block;
        position: absolute;
        left: 12px;
        top: 0;
        color: #ffffff;
        text-indent: 0;
        z-index: 0;
    }

    That you can change or override it via custom.css

    For the menu Open template style > navigation > collapse navigation for small screen > ON.
    The template support 2 types of navigation : https://www.joomlart.com/documentation/joomla-templates/uber-template/uber-template-configuration#megamenu

    Write a Reply...
    You need to Login to view replies.