Integrate Reviews in accordion
-
Hello,
I have an accordion element and I want to add the reviews section into another element of the accordion. So that when I click on open the section with reviews opens up. How can I do that?
screenshot for above
Attachments:
You must be
logged in to view attached files.
Hello,
Please Go to Theme Settings >> Single Product >> Tabs and set as Accordion.
If you have any questions feel free to contact us.
Best Regards.
Thank you, the reviews look good. But I only want the reviews and not the description and further information. How can I disable them?
Attachments:
You must be
logged in to view attached files.
You can see site details in the private content above
Hello,
Go to Dashboard >> Theme Settings >> Custom CSS >> Global
Custom CSS and paste the below code:
div#tab-item-title-description.wd-accordion-title.wd-opener-pos-right.tab-title-description {
display: none !important;
}
.wd-accordion-title.wd-opener-pos-right.tab-title-additional_information {
display: none !important;
}
Best Regards.