Ahoy –
I need to add a drop shadow to the text here: See screenshots
T
Hey!
Try adding this code to the Quick CSS:
#av_section_1 .av-special-heading-tag,
#av_section_1 .avia_textblock {
text-shadow: 1px 1px 10px black;
}
Cheers!
Josue
Ahoy Jouse,
that worked on a couple of that pages but not the membership & contact….
It also applied to home page which I didnt want…
Please advise
Hey!
Assign a custom ID for that section in each of those Pages, then change the code accordingly:
#intro_section .av-special-heading-tag,
#intro_section .avia_textblock {
text-shadow: 1px 1px 10px black;
}
Regards,
Josue