Home Forums Basel support forum Hot Color and New Color for Shop

Hot Color and New Color for Shop

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #277351

    gqjesus
    Participant

    How do you change the default color of the circle for the ‘hot’ and ‘new’ color icon and text?

    #277459

    Hello,

    You can find these options in the Theme Settings > Styles and colors or by means of custom CSS:

    body .labels-rounded .new {
    background-color:red;
    }
    body .labels-rounded.featured{
    	background-color:red;
    }

    Best Regards

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