{"id":34756,"date":"2019-09-25T17:36:16","date_gmt":"2019-09-25T17:36:16","guid":{"rendered":"http:\/\/getshortcodes.com\/?post_type=docs&#038;p=34756"},"modified":"2021-04-05T17:52:41","modified_gmt":"2021-04-05T17:52:41","slug":"customizing-the-spoiler-shortcode-appearance","status":"publish","type":"docs","link":"https:\/\/getshortcodes.com\/docs\/customizing-the-spoiler-shortcode-appearance\/","title":{"rendered":"Customizing the spoiler shortcode appearance"},"content":{"rendered":"\n<figure class=\"wp-block-image alignwide\"><img loading=\"lazy\" decoding=\"async\" width=\"802\" height=\"533\" src=\"https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36.png\" alt=\"\" class=\"wp-image-34757\" srcset=\"https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36.png 802w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-512x340.png 512w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-128x85.png 128w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-768x510.png 768w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-300x200.png 300w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-80x53.png 80w, https:\/\/getshortcodes.com\/wp-content\/uploads\/2019\/09\/image_WordPress-\u2013-Just-another-WordPress-site_2019-09-25_20-33-36-24x16.png 24w\" sizes=\"auto, (max-width: 802px) 100vw, 802px\" \/><\/figure>\n\n\n<p class=\"h2\">Table of contents<\/p>\n\n<ol><li><a href=\"#using-custom-css-class\">Using custom CSS class<\/a><\/li><li><a href=\"#spoiler-title\">Spoiler Title<\/a><ol><li><a href=\"#default-state\">Default state<\/a><\/li><li><a href=\"#hover-state\">Hover state<\/a><\/li><\/ol><\/li><li><a href=\"#spoiler-icon\">Spoiler Icon<\/a><\/li><li><a href=\"#spoiler-content\">Spoiler Content<\/a><\/li><\/ol><\/li><\/ol>\n\n\n<h2 class=\"wp-block-heading\" id=\"using-custom-css-class\">Using custom CSS class<\/h2>\n\n\n\n<p>In this article, you\u2019ll learn how to customize the appearance of the Spoiler shortcode. Follow the instructions below.<\/p>\n\n\n\n<p>Add custom CSS class to your shortcode:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;su_spoiler class=\"my-custom-spoiler\"] ... &#91;\/su_spoiler]<\/code><\/pre>\n\n\n\n<p>Then, navigate to <em>Dashboard \u2192 Shortcodes \u2192 Settings<\/em> and add any of the following snippets to the <em>Custom CSS code<\/em> field. You can play with the code below to adjust colors or to add some extra styling.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spoiler-title\">Spoiler Title<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"default-state\">Default state<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>.su-spoiler.my-custom-spoiler &gt; .su-spoiler-title {\n\n\t\/* Text Size *\/\n\tfont-size: 21px;\n\n\t\/* Background Color *\/\n\tbackground: #ff00ff;\n\n\t\/* Text Color *\/\n\tcolor: #ffffff;\n\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"hover-state\">Hover state<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>.su-spoiler.my-custom-spoiler &gt; .su-spoiler-title:hover {\n\n\t\/* Text Size *\/\n\tfont-size: 21px;\n\n\t\/* Background Color *\/\n\tbackground: #ff00ff;\n\n\t\/* Text Color *\/\n\tcolor: #ffffff;\n\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spoiler-icon\">Spoiler Icon<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>.su-spoiler.my-custom-spoiler &gt; .su-spoiler-title &gt; .su-spoiler-icon {\n\t\n\t\/* Icon Color *\/\n\tcolor: #00ff00;\n\t\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"spoiler-content\">Spoiler Content<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>.su-spoiler.my-custom-spoiler &gt; .su-spoiler-content {\n\n\t\/* Text Size *\/\n\tfont-size: 21px;\n\n\t\/* Background Color *\/\n\tbackground: #ffff00;\n\n\t\/* Text Color *\/\n\tcolor: #000000;\n\n}<\/code><\/pre>\n","protected":false},"featured_media":0,"template":"","docs_category":[23],"class_list":["post-34756","docs","type-docs","status-publish","hentry","docs_category-customization"],"_links":{"self":[{"href":"https:\/\/getshortcodes.com\/api\/wp\/v2\/docs\/34756","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/getshortcodes.com\/api\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/getshortcodes.com\/api\/wp\/v2\/types\/docs"}],"wp:attachment":[{"href":"https:\/\/getshortcodes.com\/api\/wp\/v2\/media?parent=34756"}],"wp:term":[{"taxonomy":"docs_category","embeddable":true,"href":"https:\/\/getshortcodes.com\/api\/wp\/v2\/docs_category?post=34756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}