Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #798353

    Hi,

    is it posible to give some layout boxes a shadow.

    I tried this from another post, but it makes the shadow on every layout box:

    i put this in a code block:
    <style type = “text/css”>
    .flex_column {
    box-shadow: 10px 10px 10px #666;
    }
    </style>

    I want to make some teaser boxes with shadow not for all layout boxes.

    Thank you for helping!

    #798591

    Hey Luisgasser,

    Can you give the link to the page mentioned? and point also the teaser boxes.

    Best regards,
    Nikko

    #800953

    Hi Nikko,

    here it is:

    So is there a way to make the shadow on specific boxes. in my example you can see the teaser box – but i don’t want the shadow on the headline box.

    Thank you for helping!

    #801027

    Hi,

    Try using this css code:

    .page-id-734 #after_full_slider_1 .flex_column.av_one_third {
        box-shadow: 10px 10px 10px #666;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #801032

    works great – thank you!

    #801041

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

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