Home Forums WoodMart support forum Mobile Header

Mobile Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #105420

    betterend
    Participant

    Hi Elise,

    I have the same issue on mobile header menu. I pasted the code in the mobile css but i have the same issue i had before on desktop. I couldn’t adjust the menu text to black.

    Also in mobile side menu how can I add the product categories under “Categories” in the menu, currently it displays the main menu again.

    .woodmart-cookies-popup {
    display:none;
    }
    /*sticky background*/
    body .whb-color-light:not(.whb-with-bg) {
    background-color: white;
    }
    /*sticky main menu color*/

    body .whb-color-light .whb-navigation .item-level-0.current-menu-item>a{
    color:#7AB38B;
    }
    body .whb-clone .main-nav .item-level-0 > a{
    color:black;
    }
    body .whb-clone .main-nav .item-level-0 > a:hover{
    color:#7AB38B;
    }
    body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children>a:after{
    color:#7AB38B;
    }
    body .whb-sticked .woodmart-navigation .item-level-0.menu-item-has-children:hover >a:after{
    color:#7AB38B;
    }

    /*My Account*/
    body .whb-sticked .whb-color-light .woodmart-header-links .item-level-0>a {
    color: black;
    }
    body .whb-sticked .whb-color-light .woodmart-header-links .item-level-0>a:hover {
    color: #7AB38B
    }
    /*Search*/
    body .whb-sticky-header .whb-color-light .search-button >a {
    color: black;
    }

    body .whb-sticked .whb-color-light .search-button:hover>a {
    color: #7AB38B;
    }
    /*wishlist*/
    body .whb-sticked .woodmart-wishlist-info-widget .wishlist-icon {
    color:black;
    }
    body .whb-sticked .woodmart-wishlist-info-widget .wishlist-count{
    color: white;
    background-color: #7AB38B;
    }
    /*cart*/
    body .whb-sticked .woodmart-shopping-cart .woodmart-cart-icon {
    color:black;
    }
    body .whb-sticked .woodmart-cart-design-5 .woodmart-cart-number{
    color: white;
    background-color: #7AB38B;
    }

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #105499

    Hello,

    Add this code to the mobile CSS:

    body .whb-color-light .woodmart-burger-icon {
        color: #000000;
    }

    Switch to the mobile view of Header builder and set the categories menu in the Mobile menu element http://prntscr.com/mfmj6o

    You create the category menu in Appearance > Menu and then add

    Best Regards

    #105558

    betterend
    Participant

    Hi,

    Thank you for your kind support the menu icon worked fine.

    But the cart icon is still white on the main menu, how can i make it black. (note: on the sticky header it is black which is fine for me)

    In the appearance Menu, i can’t find the Product categories any idea how to can i make is showing there.

    https://cl.ly/cd6aa9

    In my other website the Product category is there https://cl.ly/bb613f

    Thank you

    #105598

    Hello,

    In order to add “Browse categories” you need to add the Category element http://prntscr.com/mfy2ka

    Here is the code for the shopping cart icon in the main header:

    body .woodmart-cart-design-2 .woodmart-cart-icon {
       color: #000000;
    }

    Best Regards

    #106683

    betterend
    Participant

    Hi,

    Kindly with the previous css code that i have placed in Desktop CSS, how can i have My Account display in sidedar. I have already enabled it in account settings.

    https://cl.ly/4a1d62

    Thank you

    #106710

    Hello,

    I am checking your site it works now
    https://gyazo.com/758ff27a9be308e30b4c9bc652b140b8

    Best Regards

    #106715

    betterend
    Participant

    Thank you Elise 🙂

    #106729

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Mobile Header’ is closed to new replies.