Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #584479

    Ahoy –

    I need to add a drop shadow to the text here: See screenshots

    T

    #586007

    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

    #586342

    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

    #586432

    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

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