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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.