inked accordian CSS help – rounded corners
Hi! I’m working on this site: https://dev.43designs.com/ And I’d really like the accordion menus to have rounded corners like the CTA buttons. I tried this: /*round menu corners*/ .so-widget-ink-accordion { border-radius: 25px; } But it isn’t working. I can’t find…