This topic has 9 replies, 2 voices, and was last updated 4 months, 1 weeks ago ago by Rose Tyler
How can i edit Quick View ??
using elementor, how can i edit quick view??
Hello Asmit Kumar Sah,
Thank you for contacting us and for using XStore.
Quick View elements can be enabled/disabled via Theme Options > WooCommerce > Shop Elements.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Warm Regards,
The 8Theme Team
The image size in Quick view is too large, i want to make it small but i couldnt find option to it.
Hello Asmit Kumar Sah,
Custom CSS code can be used, for example –
.et-quick-view-wrapper .main-images a {
max-width: 250px !important;
}
Warm Regards,
The 8Theme Team
Thank you, but a quick question,
Where can i get all these CSS classes.
Hello,
You’re welcome!
Please read this article – https://developer.chrome.com/docs/devtools/css
Warm Regards,
The 8Theme Team
can you give me css selector for product name typography, i want to make it font size small
Hello Asmit Kumar Sah,
To adjust the font size of the product name typography on your website in quick view, you can use the following CSS selector and properties:
.et-quick-view-canvas .et-content-inner .product-name a {
font-size: 14px;
line-height: 1.2 !important;
}
You can change the font-size
value to a smaller size depending on your preference. For example, if you want to make the font size smaller than 14px, you might try 12px or 10px.
For more information on how to use CSS and DevTools, you might find the following resource helpful: https://developer.chrome.com/docs/devtools/css
If you need further assistance or have any more questions, please feel free to contact us.
Warm Regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up