Home Forums WoodMart support forum How to change the color

How to change the color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #265913

    prashanthb
    Participant

    how to the color of the marked one
    1. the offer (25% OFF) i want this in green [#51AA1B]
    2. i want the price colour need to be changed to black or normal/ default text color like black or [#2d2a2a]

    how to change only those colors

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

    Hello,

    Your site is under construction, please provide your site admin access to the private area.

    Best Regards

    #266390

    prashanthb
    Participant

    ok

    #266527

    Hello,

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

    body .labels-rounded .onsale {
    background-color:#51AA1B;
    }

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography. You will find the product price on the product page and in the grid.

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

    Best Regards

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