i have the problem that website visitors cannot read the text. but i want to use white text. is there a way to (A) apply a shadow to the text? https://imgur.com/a/DT6g8
Hi!
Please edit your Grid Row elements and give them unique ID’s and then add following code to Quick CSS
#your-unique-id .flex_cell_inner {
text-shadow: 1px 1px #000000;
}
Best regards,
Yigit
Great. How can i apply this shawdow to a H1 Heading fotnt in a color area?
…and here inside a fullscreen image slide: http://imgur.com/a/PFFNV
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h1.av-special-heading-tag{
text-shadow: 1px 1px #000000
}
Best regards,
Vinay
closed. thx!!!!!!!!
Hi,
Glad we could help :)
Best regards,
Nikko