• It’s essentially as simple as the title, I’m trying to add the border-radius property to the .su-spoiler class in the admin settings page CSS editor (nice editor, by the way, far superior to most in-browser CSS editors in WP that I’ve seen). However, upon adding that border-radius property, I get blank corners instead of nice curved corners.

    I don’t want to post a link to my page, as it’s on my local machine, however, I’m going to try to put a screenshots here.

    Had to use imgur:

    Client Side

    Admin Side

    By the way, though I’m posting for support, this plugin is frickin’ AWESOME. You’ve done the entire WP community a solid, sir. Good show.

    http://wordpress.org/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Plugin Author Vova

    (@gn_themes)

    You need to add next code to your custom CSS

    .su-spoiler .su-spoiler-title { border-radius: 7px }
Viewing 1 replies (of 1 total)
  • The topic ‘Accordion with Spoilers, border-radius problem’ is closed to new replies.