Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

shadows for a container/column

  • Hi there,

    I would like to add shadows to the border of a column or container.
    Do we have the settings for shadows?

    thanks

  • Hi there,

    it depends, can you share a link and explain where you ant to add the shadow ?

  • Check out the TEAM page of Crypto design.

    There are blocks under section “Our superstars”.
    How was the shadow created around the borders of blocks?

  • If you have GenerateBlocks Pro, then you can add box shadows using the blocks Effects panel.
    If you don’t have Pro then it requires some CSS:

    .light-box-shadow {
        -webkit-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 21px -4px rgba(0,0,0,0.2);
    }

    then select the Block and in Advance > Additional CSS Classes add: light-box-shadow

  • Got it. thanks

  • You’re welcome

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