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 the correct class to change the CSS.
Anybody help?
Thank you,
Luke
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Luke,
Try adding the following CSS to WP AdminAppearanceCustom CSS:
.so-widget-ink-accordion .iw-so-acc-title { border-radius: 25px; }You might also need to install the SiteOrigin CSS Editor.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.