Home Forums WoodMart support forum How to change the color of the mobile bottom panel

How to change the color of the mobile bottom panel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #412194

    Magnetic
    Participant

    How to change the color of the bottom navigation bar. There white needs to be made red and the icons are white

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-toolbar {
        background-color: red;
    }
    body .wd-tools-element .wd-tools-icon {
    color:white;
    }
    body .wd-toolbar.wd-toolbar-label-show .wd-toolbar-label {
        color:white;
    }
    body .wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count,
    body .wd-header-cart.wd-design-2 .wd-cart-number, 
    body .wd-header-cart.wd-design-5 .wd-cart-number{
        background-color: black;
    }

    Best Regards

    #412685

    Magnetic
    Participant

    Thanks!

    #412686

    Magnetic
    Participant

    The product name is not displayed in full. As the full product name shows

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

    Magnetic
    Participant

    The product description is displayed after the review line. Product descriptions should be displayed first

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

    Hello,

    Please provide the product page URL. Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

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