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

    I have chosen to Display Shadow in a color section but no shadow is appearing. How can I resolve this? Also, is it possible to add a shadow to the bottom of a color section as well as the top?

    #240712

    Hey D5WDesignGroup!

    You can give your Color Section a custom ID and add following code to Quick CSS

    #your-color-section { box-shadow: 0 0 5px 3px #888888; }

    Best regards,
    Yigit

    #240782

    Is there a way to display that shadow inside the color section instead of outside? I would like to be able to have a shadow on the interior of some color sections on the top and the bottom.

    #240787

    I have tried adding this to Quick CSS:

    #section3 { box-shadow:
    inset 0px 11px 8px -10px #000000,
    inset 0px -11px 8px -10px #000000; }

    It works if the background image of the Color Section is set to Scroll or Fixed but the inset shadow does not appear if the background image is set to Parallax. Is there any way to make it appear using a Parallax background image?

    #241904

    Hi,

    That’s not possible at the moment as far as i know.

    Regards,
    Josue

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