Home Forums Basel support forum Show size guide in description?

Show size guide in description?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #141942

    phenix
    Participant

    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.
    #141965

    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

    #142094

    phenix
    Participant

    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.
    #142101

    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

    #142103

    phenix
    Participant
    #142210

    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

    #142299

    phenix
    Participant

    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?

    #142322

    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

    #142425

    phenix
    Participant

    That works, thank you!

    #142437

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Show size guide in description?’ is closed to new replies.