Home Forums WoodMart support forum Change Mobile Menu background and hide cart number

Change Mobile Menu background and hide cart number

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

    luklife2022
    Participant

    Hello,

    (1) How can I change the mobile menu background to color#4c4e36?
    (2) How to hide the cart number?

    Thanks.

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

    Hello,

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

    body .wd-toolbar {
        background-color: red;
    }
    body .wd-header-cart.wd-design-5 .wd-cart-number {
    display:none;
    }

    Please set the color as per your needs.

    Best Regards

    #416359

    luklife2022
    Participant

    Hi

    I have another question as well,how to change “shopping cart” background color and button text “return to shop” to local language?

    Thanks for your help.

    • This reply was modified 1 year, 6 months ago by luklife2022.
    Attachments:
    You must be logged in to view attached files.
    #416568

    Hello,

    You can change the color of the buttons in the Theme Settings > Styles and colors > Buttons.

    If you have any questions please feel free to contact us.

    Best Regards

    #416622

    luklife2022
    Participant

    Hello

    Look at the file, I want to know how to change

    (1) button background color and text
    (2) text on the side-hidden

    Thanks.

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

    Hello,

    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

    #416850

    luklife2022
    Participant

    Hi

    Site access information for private content.
    Please help me resolve this matter, and thank you for your answer.

    #417029

    Hello,

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

    body .woocommerce-mini-cart__buttons .checkout,
    body .cart-widget-side .woocommerce-mini-cart__total{
        padding: 12px 10px;
        font-size: 13px;
        line-height: 18px;
        background-color: #F3F3F3;
        color: #3E3E3E;
        position: relative;
        display:block!imporant;
        align-items: center
        outline: none;
        border: 0px solid transparent;
        border-radius: 3px;
        box-shadow: none;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        text-shadow: none;
        font-weight: 600;
        cursor: pointer;
        transition: color .25s ease, background-color .25s ease, border-     color .25s ease, box-shadow .25s ease, opacity .25s ease;
    	  margin-bottom: 10px;
    	  max-width:310px!important;
    	  margin:10px auto;
    }

    Best Regards

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