• Resolved conorbryce

    (@conorbryce)


    Hi there!

    Is there any way to remove the shadow/glow from the Departments/Types/Locations and job post boxes? If possible, I’d like them all to be flat with no shadow or glow.

    Cheers!
    Conor

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • superbadshit

    (@superbadshit)

    Put this into your custom css stylesheet:

    .awsm-grid-item .awsm-job-item {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    }

    This will get rid of the shadow around the box.

Viewing 1 replies (of 1 total)

The topic ‘Removing shadow from boxes’ is closed to new replies.