• Resolved alve39

    (@alve39)


    Font size of text between the spoiler shortcode is small. How do I increase font size of text?

Viewing 1 replies (of 1 total)
  • Just put this into Custom CSS of Shortcodes (Open “Shortcode/Settings” in your backend of WP)

    .su-spoiler-title {
      font-weight: bold;
      font-size: 18px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to increase font size?’ is closed to new replies.