Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #596315

    Is there anyway to put a shadowed border around a cell ? Thanks

    #596334

    Hey bibbitybop!

    Yes, you can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your column and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class { box-shadow: 10px 10px 5px #888888; } 

    Regards,
    Yigit

    #596379

    Thanks. I should have been more specific though. What I am looking for is shown in the link below, which uses the Enfold them. The three boxes in the middle of the page have a shadowed/raised border around the entire cell. It’s a nice effect. Do you know how they are achieving this ? Thanks !
    http://larimerworkforce.org/resources/

    #596394

    Hi!

    They are using a third party plugin or custom code. Solution i posted above should have worked actually but if you can post the link to your page we can take another look :)

    Regards,
    Yigit

    #596416

    Thanks. The code you posted did work, but unfortunately it wasn’t exactly what I was looking for. I was trying to replicate what was shown in the link.

    #596420

    Hi!

    If you can give a link to your page, we can look into it :)

    Best regards,
    Yigit

    #596451

    Sure. Thanks Yigit. See the two boxes “upcoming events” and “latest news” in page I’m sending you.

    #596459

    Hey!

    Please change the code to following one

    .apl-shadow-border {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.22);
        padding: 10px;
    }

    Regards,
    Yigit

    #597114

    Wow ! That works great. Looks fantastic ! Thanks ! -Joe

    #597482

    Hi Joe,

    Great, glad we could help :-)

    Thanks,
    Rikard

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