• Hello,
    I’m using the UltraSeven theme Version: 2.0
    I’ve installed the Mobile Menu plugin which fits my website more.
    How can I disable the original theme menu (black one) on mobile devices? Now I get two menus.
    I’ve tried many methods but not working. Please help.
    My website:

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter samwong87

    (@samwong87)

    Sorry one more question.
    How could I disable the product categories on the head of each product?
    Thx.

    Thread Starter samwong87

    (@samwong87)

    Can anybody help please?

    ps. here is the website link: http://www.henryj.com.hk
    (I’ve typed but seems it cannot be shown…)

    .section-title, .widget-title {
        font-size: 30px;
        letter-spacing: -0.05em;
        color: #000;
        position: relative;
        margin-bottom: 20px;
        display: none;
    }

    Add this to your custom css.

    .product-item .product-cats a {
        text-transform: uppercase;
        font-size: 16px;
        color: #646464;
        font-family: Neuton, Georgia, serif;
        display: none;
    }

    Add this to your custom css.

    Thread Starter samwong87

    (@samwong87)

    To webkong,

    Thank you for your help.
    I’ve placed those two to custom css.
    But as you can see, the black navigation bar on mobile version’s still there.
    For second css, the product categories are gone sucessfully, but there’s commas left. How could those commas disappear and the product name move up?
    Really appreciate for your help!

    Thread Starter samwong87

    (@samwong87)

    COULD ANYBODY HELP PLEASE?

    Thread Starter samwong87

    (@samwong87)

    To webkong,

    Can you help me again please?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘How to remove mobile nav menu toggle?’ is closed to new replies.