Idea box color
I inserted an idea shortcode and it appears with a light grey light icon and border.
[idea] [/idea].
Ist it possible to cchange the color of this icon and the border. If yes how? Where in the settings can I change the olor, or which CSS code should I add?
Thank you very much,
Comments
please send us a link to this page. This can be only changed with custom css.
thanks
body .style-simple .idea_box {border: 1px solid rgba(0,0,0,0.08);
padding: 15px 15px 15px 0;
background: none;
}
body .idea_box .icon {
font-size: 30px;
line-height: 30px;
color: rgba(0,0,0,.15);
}