Comments Phil started the conversationJune 16, 2015 at 8:35pmHi,is it possible to specify a different colour border for any of the box elements we create?http://www.newtidea.com/playground/In this example, i'd like (for demo purposes) a 12px yellow border. Is it possible to do that either with the padding or border CSS?Many thanks,Phil 9,543Tahir repliedJune 18, 2015 at 2:10amHey,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :.bordermarsala { border: 12px solid #E5FF00 !important; }Also remove the hash from the extra class as can be seen here : http://prntscr.com/7i78x6 . Thanks Salient Support Team 1 LikePhil repliedJune 18, 2015 at 2:29amMany thanks! Sign in to reply ...
Hi,
is it possible to specify a different colour border for any of the box elements we create?
http://www.newtidea.com/playground/
In this example, i'd like (for demo purposes) a 12px yellow border. Is it possible to do that either with the padding or border CSS?
Many thanks,
Phil
Hey,
.bordermarsala { border: 12px solid #E5FF00 !important; }
Also remove the hash from the extra class as can be seen here : http://prntscr.com/7i78x6 .
Thanks
Salient Support Team
Many thanks!