Home Forums WoodMart support forum New Products

New Products

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

    tonyshark
    Participant

    How do I change the background color for new products as shown in attached screen grab?

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

    Hello,

    Do you want to change the background for the whole tab area or product item?

    Please provide page URL I will provide custom CSS.

    Best Regards

    #231393

    tonyshark
    Participant

    I would like to change the background of the label color

    #231448

    Hello,

    I cannot view the site. It is not workable now.

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

    /*new*/
    body .labels-rectangular .new{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    If it does not work, try this one:

    /*new*/
    body .labels-rounded .new{
    color:#ffffff;
    background-color:#000000;
    font-size:12px;
    }

    Change the styles as per your needs and remove the lines you do not need.

    Best Regards

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