Home Forums WoodMart support forum Shopping cart color change

Shopping cart color change

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #508011

    Maksa
    Participant

    How do I change the color in this part of the site?
    Thank you

    #508094

    Hello,

    Can you please share the screenshot where you want to change the color and also share the page ur so i will check and give you a possible solution.

    Best Regards.

    #508139

    Maksa
    Participant

    And sorry, I missed that I didn’t insert a picture.

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

    Hello,

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards.

    #508632

    Maksa
    Participant

    Respect, I didn’t mean the font, but the color, where is it changed for this part of the site?

    #508733

    Hello,

    Yes you can change the color from here. Please read the documentation and implement it in theme settings > Typography.

    If you have any questions feel free to contact us.

    Best Regards.

    #509160

    Maksa
    Participant

    I still don’t know where I can change the color of the price?
    In which part is it, can you send me a picture?

    #509269

    Hello,

    Please share the wp login details in private content under the message area I will check and give you a possible solution.

    Best Regards.

    #509466

    Maksa
    Participant

    But I really don’t need to give you wp-login, I just need you to send where this color changes?

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

    Hello,

    Go to Theme Settings > Typography > Advanced > Select the product grid price from drop-down and change the color for the grid price.
    https://ibb.co/qdJBWdP

    Go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    .cart-info .woocommerce-Price-amount.amount, .woocommerce-mini-cart__total .woocommerce-Price-amount {
       color: blue !important;
    }

    Best Regards.

    #509736

    Maksa
    Participant

    OK, I managed, I’m sending you a private link as you would like me to do, so tell me which css code to copy to make it look like this?

    #509740

    Maksa
    Participant

    I am referring to this part, I am sending the link in the attachment.

    #509819

    Hello,

    Please try this:

    Go to Theme Settings > Typography > Advanced > Select the product grid price from the drop-down and change the color for the grid price.
    https://ibb.co/qdJBWdP

    Go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    .cart-info .woocommerce-Price-amount.amount, .woocommerce-mini-cart__total .woocommerce-Price-amount {
       color: blue !important;
    }

    Best Regards.

    #509931

    Maksa
    Participant

    I’m sending you a picture so you can see which part I mean.

    #510092

    Hello,

    Please share the wp login details in private content under the message area I will further check and give you a possible solution.

    Best Regards.

    #510371

    Maksa
    Participant

    Ok no problem

    #510442

    Hello,

    Go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.

    .cart-info .woocommerce-Price-amount.amount, .woocommerce-mini-cart__total .woocommerce-Price-amount {
       color: blue !important;
    	font-size: 30px;
    	font-weight: bold;
    }
    .woocommerce-mini-cart__total strong {
        font-size: 40px;
        color: red !important;
        font-weight: bold;
    }
    span.woocommerce-Price-amount.amount {
    	font-size: 30px;
        color: yellow;
        font-weight: bold;
    }

    Change the color and font size as per your requirements.

    Best Regards.

    #510656

    Maksa
    Participant

    Tnx, close.

    #510737

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Shopping cart color change’ is closed to new replies.