Comments audicompendax started the conversation 9,510Tahir repliedAugust 25, 2017 at 2:14pmHey ,You can use the below css selectors to make the changes you need. The below sets the background from white to transparent .Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : #crm-container.crm-public input[type="text"], #crm-container.crm-public input[type="password"], #crm-container.crm-public input[type="email"], #crm-container.crm-public select { background: transparent !important; } .crm-container.crm-public .select2-container .select2-choice { background: transparent !important; } Thanks Salient Support Team Sign in to reply ...
Hey ,
You can use the below css selectors to make the changes you need. The below sets the background from white to transparent .
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
Salient Support Team