This topic has 6 replies, 3 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Hello people,
I am using Elementor to create the home page. I’m inserting the XStore products widget (https://prnt.sc/tgdovn) and configuring the appearance to be in slider.
And what I would like to know is how do I change the fonts (product title, price and ect) only for that widget?
I am using CSS (https://prnt.sc/tgdnwe), but for that I need to use the default attributes of the XStore product widget (https://prnt.sc/tgdthw / https://prnt.sc/tgdtt4) and with that, any change in the font will also change for all fonts on the page that uses this widget (https://prnt.sc/tgdv2g).
Another problem … I deactivated the product excerpt, the brand and left it to the product widget to show only the title and price. But as you can see, in the slider widget, the excerpt is being shown (https://prnt.sc/tgdxwe). See the page: https://cerejasbolsas.com.br/elementor-6423
Another problem … on the Bullets page, it is very close to the product image, practically on top of the image (https://prnt.sc/tgdyh5). How do I distance myself from the product image?
Thank you!
Hello,
1) We don’t have options to edit the product title, price, categories styles for that element only. Use selector to apply changes for the current element only http://prntscr.com/th1rnz
2) Unfortunately, this element does not have option to disable excerpt for the list design. YOu can do this by custom CSS only.
3) Check now.
Regards
OK it worked. Thank you.
Could you help me get that space out? https://prnt.sc/thx9bm
I’m trying on CSS but I’m not getting it.
And could you help me insert the pagination list below the price? https://prnt.sc/thxa02
Hi,
1) Add this custom CSS code
.elementor-6423 .elementor-element.elementor-element-45c0e14 .swiper-lazy {
max-width: 230px !important;
max-height: 230px !important;
}
http://prntscr.com/ti1lb6
2) There is no such possibility.
Regards
Hi Rose,
1) I entered the code (https://prnt.sc/timqbb), but it continues with the space (https://prnt.sc/timqyd).
2) In the case of pagination, if I enter “position: absolute” (https://prnt.sc/tims8v), the page is at the height I would like, however, it is not centered where I want it (https://prnt.sc/timtnh).
Hi,
1) You can change 230px to 250px, but there is no possibility to remove the space completely.
2) Change this code https://prnt.sc/tisg3o to
.elementor-6423 .swiper-pagination {
text-align: right;
left: unset !important;
right: 13% !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up