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

    Hi Guys,

    On the main page http//dev.creeksideproperties.com/ at the bottom of the red box, I am trying to create a shadow box. I can add borders and change colors using the avia_section css, just can’t get teh border to show.

    I have added the following to my child style sheet, but it seems to have no affect.

    .avia-section {
         box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4)!important;
    }

    Any help would be greatly appreciated.
    Dave

    #314562

    Hi Dave!

    You’d need to set the box shadow (inset) to the next element, try:

    #after_section_1 {
         box-shadow: 0 10px 12px rgba(0, 0, 0, 0.4) inset !important;
    }

    Regards,
    Josue

    #314570

    Thanks Josue, that fixed it.

    All the best,

    Dave

    #314573

    You are welcome Dave, always glad to help :)

    Regards,
    Josue

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