Archived topic
Add Shadow to H1 titles
3 replies · Started by Gurer on December 31, 2021
Viewing posts 1–4 of 4
Hi,
The H1 titles are not visible without a shadow when there is background photo behind.
How can I add titles shadow?
https://www.tema1.wpdemopark.com/sunta/
https://ibb.co/WnpHWKr
Thanks
Hi there,
try adding this CSS:
h1.gb-headline-text {
text-shadow: 2px 2px 4px #ff0000;
}
More info on the text-shadow property here:
https://developer.mozilla.org/en-US/docs/Web/CSS/text-shadow
Done! Thanks.
Glad to be of help!
This archived topic is closed to new replies.