Home › Forums › Support › How to make the homepage like this This topic has 21 replies, 3 voices, and was last updated 3 years, 2 months ago by Fernando. Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2 Author Posts February 16, 2023 at 12:43 am #2535103 Fernando Customer Support You can set the Featured image to a Background image of a Container Block through the Dynamic Settings. Something similar is done here: https://www.youtube.com/watch?v=-ZTQP_KA2xE If you want it to span just 100% width instead, the upcoming GB update should let you do that. February 16, 2023 at 12:46 am #2535107 Vidyut Everything is done, thanks. Just I need a bit shadow to give a final touch. February 16, 2023 at 12:48 am #2535112 Fernando Customer Support You’re welcome, Vidyut. Here’s a link that may help you with regards to Box Shadows if you don’t have GB Pro: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow February 16, 2023 at 6:44 am #2535474 Vidyut Couldn’t able to figure it out. Can you give me a code? February 16, 2023 at 9:06 am #2535802 DavidStaff Customer Support Hi there, where is this shadow meant to be on your site ? February 16, 2023 at 9:22 pm #2536308 Vidyut Hi, the shadow i want around the query loop or posts containers [I’m using queryloop here for post containing]. Here is the image Here is my site February 16, 2023 at 10:00 pm #2536326 Fernando Customer Support Try adding add-shadow to the class list of the Block you wish to have a shadow. Adding Custom Classes: https://wordpress.com/support/wordpress-editor/adding-additional-css-classes-to-blocks/ Then, add this through Appearance > Customize > Additional CSS: .add-shadow { box-shadow: 10px 5px 5px #000; } Author Posts Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In