Okay
  Public Ticket #459061
Border / Padding Colour for Box
Closed

Comments

  • Phil started the conversation

    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

  •  8,851
    Tahir replied

    Hey,

    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



    ThemeNectar Support Team 

  • Phil replied

    Many thanks!