Archived topic
How to add shadow in the content area ?
7 replies · Started by Amit on October 27, 2020
I am pretty new to GP and learning my way around GP premium. I am building a website would like to add shadow to the content area. I would like your help to figure out how to achieve that.
There is a contact and download container on sidebar. I need to add shadow to that.
Could you please help me with that ?
Hi there,
That's done with the container blocks from GenerateBlocks.
Can you add a class like container-shadow for both Contact and Download containers?
https://docs.generateblocks.com/article/container-overview/#css-classes
I am a bit dork. Where should i add it and whats the exact code ?
Select the container(s) you want to add the shadow to and add the class like this:
https://www.screencast.com/t/kXtmtqRR
container-shadow: 50px 50px black;
tried this and various values like 2px , 5px but made no difference.
That field is only for CSS class name and not the actual code.
Can you just add the class name as I instructed in the screenshot?
screenshot, just to show where the value was input, but i have tried with all the values stated above.
This is what I'm seeing:
https://www.screencast.com/t/4OkluXG38
Please only add container-shadow and not container-shadow: 50px 50px black;.