Please tell me about PRO header template “LIKE YOU MEAN IT”.
This middle text has a shadow below.
However, TEXT SHADOW is not set in cornerstone.
How is it shadowed?

Hi There,
We use custom CSS for that background shadow.
You can achieve this by adding the text-bg-shadow to your text element.
After that add this custom CSS under Theme Options > CSS:
.text-bg-shadow:after {
content: "";
display: block;
position: absolute;
top: 100%;
left: -0.5em;
right: -0.5em;
height: 0.5em;
border-radius: 100%;
background-color: rgba(0,0,0,0.125);
filter: blur(12px);
}
Hope it helps 
1 Like
Thank you!
Everything was solved perfectly.
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.