Shadow effect

edited June 2018 in Theme support
Hi, 

one of the reason I've bought your theme is the beautiful shadow effect on your demos, for example on pricing box on this one themes.muffingroup.com/be/app3 

but I can't find the same effect. All the shadow effects are not the same at all, they are darker and sharp. How did you create this effect so smooth?

Thanks

Comments

  • Hi,
    You have to add this Custom CSS to item which you want to achieve this effect.
    border-radius: 15px;
    box-shadow: 0px 12px 38px 0px rgba(15, 0, 125, 0.05);
    Thanks
  • edited June 2018
    Hi,

    how can I have this effect only on elements on which I use visual composer shadows?

    I tried to use this css but there are shadows everywhere

    .vc_column-inner {
    border-radius: 15px;
    box-shadow: 0px 12px 38px 0px rgba(15, 0, 125, 0.05);
    }


  • A lot of elements in VC have option for Element ID or Class.
    Please declare a class "shadow", and then fill Custom CSS field with
    .shadow{
    parameters i sent you before
    }

    Thanks
Sign In or Register to comment.