Home Forums WoodMart support forum Number on Cart Bag

Number on Cart Bag

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #229917

    Naveedsaeedkhan
    Participant

    Hi, I want the number of the cart over the Bag on Desktop and mobile without a background color.
    Please see the attached screenshot for your reference.

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

    Hello,

    There is no background for the image, the background is only for the count. Please provide the page URL

    Best Regards

    #230113

    Naveedsaeedkhan
    Participant

    Hi, Please see the login details below

    #230142

    Hello,

    Please have a look at the screen: https://prnt.sc/ur5g0l

    Best Regards

    #230213

    Naveedsaeedkhan
    Participant

    Please see my screenshot attached. You will understand what I mean to say.
    I want the cart numbers on the black BAG the same as I showed in the screenshot.

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

    Hello,

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

    body .woodmart-cart-design-5 .woodmart-cart-number {
        top: 50%;
        right: 40%;
        background: transparent;
    }

    Best Regards

    #230735

    Naveedsaeedkhan
    Participant

    Font color need in black and bigger font. same wants to add on desktop also.

    #230769

    Hello,

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

    body .woodmart-cart-design-5 .woodmart-cart-number {
        top: 50%;
        right: 40%;
        background: transparent;
    color:red;
    font-size:10px;
    }

    Change the size and color as per your needs.

    Best Regards

    #230782

    Naveedsaeedkhan
    Participant

    it’s coming on mobile only. I want also on desktop.
    and the color I changed to white but the font not increasing.

    #230796

    Hello,

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

    And remove from MOBILE it would be on all the screens.

    Best Regards

    #230799

    Naveedsaeedkhan
    Participant

    Yes, I pasted in Custom CSS > Global:
    Screenshot attached

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

    Hello,

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

    body .woodmart-cart-design-2 .woodmart-cart-number{
    	    top: 50%;
        right: 40%;
        background: transparent;
    color:red;
    font-size:10px;
    }

    Best Regards

    #230929

    Naveedsaeedkhan
    Participant

    Hi, Thank you so much now looks Good.

    Codes not working in CSS Global so I used two codes, one for desktop and second for mobile, and set individually and all good. Thanks

    —- Desktop —-
    body .woodmart-cart-design-2 .woodmart-cart-number {
    top: 45%;
    right: 33%;
    background: transparent;
    color:white;
    font-size:14px!important;
    }
    —- Desktop —-

    —- Mobile —-
    body .woodmart-cart-design-5 .woodmart-cart-number {
    top: 40%;
    right: 30%;
    background: transparent;
    color:white;
    }
    —- Mobile —-

    #230967

    Hello,

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

    Best Regards

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