Comments cjcole started the conversationJune 28, 2017 at 8:19pmI have two instances where I need to add a text-shadow to the CSS but I cannot find the locations for the modifications. #1 Over the images linking to Portfolio Pages #2 Page Header Title 9,012Tahir repliedJune 29, 2017 at 12:04pmHey, Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team cjcole repliedJuly 7, 2017 at 5:12pmSent this when first requested ... The website is http://venicedigs.com. Shadow needed for the type over the circle photos.Second URL http://venicedigs.com/lifestyles/. Shadow needed over header type +++ shadow needed for the type over the circle photos.Third URL http://venicedigs.com/neighborhoods/. Shadow needed over header type. 9,012Tahir repliedJuly 8, 2017 at 11:03amAdd this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : /* shadow over circles */ .portfolio-items .col h3 { text-shadow: 4px 1px #000000 !important; } /* shadow over page header title */ #page-header-bg h1 { text-shadow: 4px 1px #000000 !important; } Thanks ThemeNectar Support Team Sign in to reply ...
I have two instances where I need to add a text-shadow to the CSS but I cannot find the locations for the modifications.
#1 Over the images linking to Portfolio Pages
#2 Page Header Title
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Sent this when first requested ...
The website is http://venicedigs.com. Shadow needed for the type over the circle photos.
Second URL http://venicedigs.com/lifestyles/. Shadow needed over header type +++ shadow needed for the type over the circle photos.
Third URL http://venicedigs.com/neighborhoods/. Shadow needed over header type.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team