This topic has 5 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Rose Tyler
Здраствуйте,
Подскажите, возможно как-то изменить стиль цены? Не могу найти это в теме.
Я попытался это сделать кодом, ну почему-то меняться все цены на страницы. Хотелось изменить только цену товара, а остальные не менять.
https://prnt.sc/11vo10i
https://prnt.sc/11vo226
Спасибо
Hello,
Yes, custom CSS code can be used. Please provide a URL and describe in more detail the desired result.
Regards
Hello,
Find the following custom code
.single-product .et_product-block del, .product-content .price del {
font-size: 16px;
color: #B5B5B5;
font-weight: bold;
margin-top: 5px;
margin-left: 10px;
}
and replace with
.single-product .et_product-block .product_title + .price > del, .product-content .price del {
font-size: 16px;
color: #B5B5B5;
font-weight: bold;
margin-top: 5px;
margin-left: 10px;
}
Regards
Вы великолепны! Это то что надо. Спасибо большое!
С уважением
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up