Your account expired support, please renew to get your support.

HomePage Forums Themes Support Shopic – Multipurpose WooCommerce WordPress Theme Change style on menu on mobile (not footer nav)

Topic Resolution: Resolved
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19012
    filippo97
    Support Expired

    How can I change the style of menu on mobile (the one that opens once the hamburger menu is clicked?

    I want to change color, font size, the way it open…

    (please see image: https://ibb.co/TW5YXGG )

    #19025

    Hi there,

    We use js and css to customize this mobile menu, you can custom CSS with this menu:
    Copy this CSS code and paste to file style.css ( child-theme)

    //Background menu:

    .shopic-mobile-nav{
        background-color: #your-color !important;
    }

    //Color and font-size:

    .mobile-navigation ul li a{
        color: #your-color !important;
        font-size: your-size;
    }

    //Color activate

    ul.menu li.current-menu-item>a, ul.menu li.current-menu-ancestor>a, ul.menu li.current-menu-parent>a{
    color: #your-color !important;
    }
    #19043
    filippo97
    Support Expired

    Hi, thx for help! I have tried but nothing happened.

    See image pls (https://ibb.co/7XRm12q)

    #19073

    Hi,

    Your code has a lot of mistakes, it seems that you are not a programmer: https://ibb.co/DfdqYdB

    I have just fixed this issue, please recheck.

    #19085
    filippo97
    Support Expired

    Yes, im not a programmer ;).

    Thx!! How can i change to way it open? As is it now is open from left to right, i want that open from right to left.

    #19086
    filippo97
    Support Expired

    Also font position! 🙂

    #19108

    Hi again,

    I have just fixed this issue, please recheck.

    #19133
    filippo97
    Support Expired

    Thx!! Perfect

    #19145

    Happy to help!

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

You must be logged in to reply to this topic.