Hi - I would like some help to activate autoexpand on our product tabs. We’re using Prestige theme.
I’ve found the below section in the theme.css file (row 2244), it sounds like what I’m looking for, but I’m unsure around which places in the code I need to change it in order for it to work.
@media screen and (min-width: 641px) {
/* When this class is applied to a collapsible, it will display as a collapsible on mobile but not on larger screen, where it will
automatically appear is auto-expanded */
.Collapsible–autoExpand {
border: none;
overflow: visible;
}
The + and - being changed and re-collapse is using JQeury/JavaScript. So the only way for me to help is to look at the backend of your store and make modification accordingly to your theme.js.liquid or custom.js.liquid file.
Hello, I tried the code above but it expanded all the product tabs I have. I am looking into expanding only a specific product tab as I have two of them. How would it be possible? Thanks in advance!