Reply 309341 to: Looking for particular styling parameters

Avatar: Rose Tyler
Rose Tyler
Support staff
November 20, 2021 at 14:20

Hello,

Price color and font size in product category and detailed pages?

– try to add the next code in Theme Options > Theme Custom CSS:

.content-product .price {
    font-size: 20px;
    color: #222;
}

I want the background color to only cover the length of the text and not the whole width of Text Pomo element.

– try the next code:

.header-main .et_promo_text_carousel .swiper-slide span {
    background-color: #eeee22;
    min-height: 100%;
    padding: 10px;
}
.header-main .et_promo_text_carousel {
    background: transparent;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.