Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #650195

    Hi,
    I was trying to follow this thread https://kriesi.at/support/topic/is-it-possible-to-create-this-headline-effect/
    to create a shadow effect to the headline and subheadline in a section of the page, yet I had no results.

    Can you help with the right code?

    I activated both ALB and named the section ‘venue’, then also added the code for the page id, since I saw nothing changing.

    Here’s the code I added:

    .venue .av-special-heading {text-shadow: 0px 1px 1px #000 !important;}

    .page-id-2650 .av-special-heading.ab-headline2 {
    text-shadow: 0px 1px 1px #000 !important;
    }

    this is the page where I’d like to get the shadow:

    And this is the section where I want the headline and subheadline to display a shadow:

    http://prntscr.com/bhy7jx

    Thanks for your help :)

    Antonio

    #650834

    Hey Antonio,

    Try with this code:

    #accomodation  .av-special-heading.blockquote > * {
        text-shadow: 1px 1px 1px black;
    }
    

    Best regards,
    Josue

    #650859

    Hi Josue,

    it’s not working.

    Maybe a different code?

    Thanks.

    Antonio

    #651861

    Hi,

    We added this code in the Quick CSS field:

    body #accomodation .venue > * {
        text-shadow: 10px 10px 10px black;
    }

    Adjust the value as needed.

    Best regards,
    Ismael

    #651865

    thank you so much, Ismael, that’s awesome!
    Problem solved, you can mark this as closed.

    Thx

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Headline Shadow’ is closed to new replies.