Site logo

[Support request] How to make the homepage like this

Home Forums Support [Support request] How to make the homepage like this

Home Forums Support How to make the homepage like this

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #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.

    #2535107
    Vidyut

    Everything is done, thanks. Just I need a bit shadow to give a final touch.

    #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

    #2535474
    Vidyut

    Couldn’t able to figure it out. Can you give me a code?

    #2535802
    David
    Staff
    Customer Support

    Hi there,

    where is this shadow meant to be on your site ?

    #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

    #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;
    }
Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.