Show size guide in description?
-
Hello, is there an option to show the size guide in the product description rather than as a popup? See demo pic for example. Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
There is no option to show this functionality in the Description
You can create an HTML block with the size guide table and insert it as an additional tab in the product page https://prnt.sc/p1jlhw or you can add this template in the Description.
Best Regards
Are the size guide tables available as wpbakery elements, or does it need to be built in html blocks from scratch?
Also, is there CSS to make the overlay darker on the product category > center title style? This would make the category names easier to read. Thanks!
Attachments:
You must be
logged in to view attached files.
Hello,
You will have to make the size guides from scratch in the HTML block.
Please provide the page URL I will provide custom CSS to make the background darker
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-center:hover div.hover-mask {
background-color:rgba(0,0,0,0.8);
margin-bottom:-15px;
}
Best Regards
Thank you for the code. I was actually hoping to darken the background when it’s not hovering, to make the category titles stand out better. Is there CSS for this?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-center div.hover-mask {
background-color:rgba(0,0,0,0.6);
}
You can increase or decrease this value to make darker or lighter https://prnt.sc/p2i8mw
If you do not like the effect on hover, remove the code I provided you earlier.
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Show size guide in description?’ is closed to new replies.