• Resolved ramonalebron

    (@ramonalebron)


    Can not figure out how to add a shadow around the elements. Seems no option for this, so hope there should be any workaround or trick.

Viewing 1 replies (of 1 total)
  • We do not have an option in the settings section for shadow effect at this moment. But you can use this simple workaround to set shadows effect around the tiles:

    
    #crp-content-SHORTCODEID .crp-tile-inner {
        transform: scale(0.92);
        box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    }
    

    NOTE: Please replace SHORTCODEID with the slider’s identifier. You can find the id in the short-code, e.g. [gkit id=123], then the css selector should look like this: #crp-content-123 in the above mentioned css styles.

Viewing 1 replies (of 1 total)

The topic ‘Card effect (shadow)’ is closed to new replies.