Home Forums WoodMart support forum Integrate Reviews in accordion

Integrate Reviews in accordion

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #504375

    adrian.muehleisen
    Participant

    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?

    #504376

    adrian.muehleisen
    Participant

    screenshot for above

    Attachments:
    You must be logged in to view attached files.
    #504455

    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.

    #504465

    adrian.muehleisen
    Participant

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

    adrian.muehleisen
    Participant

    You can see site details in the private content above

    #504651

    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.

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