How can I specifically style Accordion elements without affecting other backgrounds and borders across my site? We are running into an issue on some people’s browsers (it has been specifically noticed in Chrome on PC) where the bottom border of the accordion box does not appear. They are only seeing the border on three sides. I would like to be able to make it so that I can assign a specific border color for the accordion box that doesn’t affect any other borders throughout the site or the color of the plus symbol next to “read more”. Right now it appears that the plus symbol and the border colors are tied together, it would be great if I can target them separately.
Thank You
Hey D5WDesignGroup!
Thank you for using Enfold.
We would like to see the actual page with the accordion border issue. Please post the url here. You can change the border style with this:
.js_active .toggler {
border-style: solid;
border-width: 1px;
}
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
Regards,
Ismael