Home Forums WoodMart support forum Product (Grid or Carousel) Price Colour Change

Product (Grid or Carousel) Price Colour Change

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #686195

    Little Panda
    Participant

    Hello,

    We use the widget Product (Grid or Carousel) – see atached image and would like to change the colour of the prices and the word ‘From’ from the current purple colour to white colour. Can you advise how to do this?

    Regards

    LP

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

    Hello,

    Navigate 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

    For the advanced button styles, please follow this guide: https://xtemos.com/docs-topic/advanced-button-styles/

    Best Regards,

    #686263

    Little Panda
    Participant

    Hi,

    Thank you and we tried it. It works but it changes all product grid prices (some of which have a white background) so the price can’t be seen on other product grirds. Is there a way to limit the colour change to this element only?

    Regards

    LP

    #686281

    Hello,

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

    #carousel-821 ins .woocommerce-Price-amount.amount,
    #carousel-821 span.from {
        color: white !important;
    }

    Best Regards,

    #686285

    Little Panda
    Participant

    Hi,

    Thank you but it did not work?

    Cache was cleared and deactivated but no change in colour?

    Regards
    LP

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