• Resolved nguyendtg18

    (@nguyendtg18)


    Hi,

    I’m very new to Sydney and I love it.
    I just tried the pre-build template and encountered an issue with the accordion border.
    Even it looks ok in edit mode, when I visit my homepage, it displays incorrect.
    I really don’t want left and right borders, only bottom same as demo site.
    Please help.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @nguyendtg18,

    You can remove the unwanted borders with this simple CSS code:

    .elementor-widget-accordion .elementor-accordion .elementor-accordion-item {
      border-left: none;
      border-right: none;
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

Viewing 1 replies (of 1 total)
  • The topic ‘Accordion border display’ is closed to new replies.