Increase size of accordion icon?
-
Hi there —
Using the great documentation on this forum, I have customized the accordion shortcode. Love it.
But how can I increase the size of the caret icon? Here’s what’s in my settings; what should get changed here? Thanks!
________________
.su-spoiler-title {
position: relative;
cursor: pointer;
min-height: 25px;
background-color: #f5f4f2;
color: #224476;
font-weight: 400;
font-family: ‘Roboto Slab’,serif;
font-size: 22px;}
/* Spoiler Icon */
.su-spoiler.my-custom-spoiler > .su-spoiler-title > .su-spoiler-icon {/* Icon Size */
font-size: 26px;
position: relative;
padding-top: 15px;
padding-left: 15px;The page I need help with: [log in to see the link]
- The topic ‘Increase size of accordion icon?’ is closed to new replies.