This topic has 6 replies, 3 voices, and was last updated 3 years ago ago by Rose Tyler
Hi,
There are certain parameters that I can’t find:
1. Price color and font size in product category and detailed pages?
2. How can I limit the background color for promo text to only the text instead of the whole length of the element?
Thank you,
Amir
Hello,
1/ Custom CSS code can be used. Please provide URL
2/ Provide an example/screenshot + URL.
Use Lightshot screenshot or Gyazo tool to share links to your screenshots.
Regards
Re. item 2: Please see private message
I want the background color to only cover the length of the text and not the whole width of Text Pomo element.
Hello,
Provide us with link to your site and temporary WP Dashboard access to your site to check the issue in more detail and help you with the custom code.
Regards
Please see private message
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
You must be logged in to reply to this topic.Log in/Sign up