Home Forums WoodMart support forum Bigger opening of descriptions when folded and possibility of brand headers?

Bigger opening of descriptions when folded and possibility of brand headers?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #152593

    hpb
    Participant

    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

    #152611

    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

Viewing 2 posts - 1 through 2 (of 2 total)