Bigger opening of descriptions when folded and possibility of brand headers?
-
Hey,
1. is it possible to have a bigger opening of descriptions when folded, an example having it the orange size instead of red size:
https://prnt.sc/poih27 (a bit bigger in height)
2. Is it possible to have brand headers on the shop page with a description of the brand?
https://prnt.sc/poihjm
like this
http://prntscr.com/poijm1
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global to increase the height of the tab content:
body.single .tabs-layout-accordion .woodmart-scroll .woodmart-scroll-content {
max-height: 450px;
}
Set any height as per your needs. Initial was 250px.
2. Create the banner in the HTML block and insert the shortcode into the Description as described here: https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag
Best Regards