On this site: / page: http://ourladyofthevalleyluray.org/history/
I want to make the font / text stand out better. How can I add a drop shadow to the text on the slider so it can be seen better.
Thanks for all your help
Hey elames!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-520 #av_section_1 .av-special-heading * {
text-shadow: 2px 2px black;
}
Cheers!
Yigit
But if I want this on EVERY page…what would the css code be?
Thanks
Hey!
You can remove the .page-id-520 and check, it will most probably be applied to all pages.
Let us know if we can help you further
Cheers!
Basilis
Thanks that worked.
I notice when the pages load, there is a quick view of a grey shade behind the image of the heading. Where is this coming from? I don’t want it to show. I notice when viewing site in tablet or iphone, the grey shows up as you scroll down :-(
Hey!
Please add following code to Quick CSS as well
.avia-section.main_color {
background-color: white;
}
Best regards,
Yigit
Thanks but that did not work.
Hey!
I couldn;t reproduct it on my side to be honest. can you show us an example please?
Regards,
Basilis
See image here: http://imgur.com/I4N0aIu
When you scroll the site on a smartphone or tablet the grey area shows as well. I don’t want anything to show but the header.
Thanks
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Here is the info to admin
Hey!
That is because of background overlay you are using. It loads before your background image. Please consider using a caching plugin to avoid it or remove background overlay :)
Regards,
Yigit
Ok. will remove the background.I believe that was standard with the demo set up for Churches. I do use caching with .wordfence. What does that have to do with a background color?