Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #568756

    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

    #568762

    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

    #568773

    But if I want this on EVERY page…what would the css code be?
    Thanks

    #568805

    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

    #568832

    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 :-(

    #568834

    Hey!

    Please add following code to Quick CSS as well

    .avia-section.main_color {
        background-color: white;
    }

    Best regards,
    Yigit

    #568837

    Thanks but that did not work.

    #568862

    Hey!

    I couldn;t reproduct it on my side to be honest. can you show us an example please?

    Regards,
    Basilis

    #568895

    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

    #568925

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #568928

    Here is the info to admin

    #568937

    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

    #568945

    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?

    #568946

    Hi!

    Cached images would load faster therefore you would not see grey background or you would see for a shorter amount of time

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.