• Resolved mako2

    (@mako2)


    Hello

    I would like to add a drop shadow here in all listings https://snipboard.io/iZ6hLM.jpg

    I know I have to use this CSS parameter
    box-shadow: 0 0 5px #b5b5b5;

    I cannot find where!?? ?? I have tried locating the CSS element with Chrome inspector and I cant find it.

    Can anybody help me?

    thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @mako2

    Thank you for contacting us.

    Please try the following line of codes in WP Dashboard->Appearance->Customize->Additional CSS:

    .atbdp_column {
    box-shadow: 0 0 5px #b5b5b5;
    }

    Let us know if we can assist you with anything else.

    Kind regards.

    Thread Starter mako2

    (@mako2)

    Thank you for always responding so quickly! You guys rock

    the code I added is not correct. It adds the shadow to the column and not to the border of the listing thumbnail. Please see here https://snipboard.io/EUB07k.jpg

    Hello @mako2

    Thank you for the clarification.

    Please try the following line of codes:

    article.atbd_single_listing_wrapper{
    box-shadow: 0 0 5px #b5b5b5;
    }

    The shadow color sort of matches with the background color of your website. Hence, you will not see much difference unless you change the shadow color.

    Kind regards.

    Thread Starter mako2

    (@mako2)

    Hello, I have followed your instructions and added the code. It worked great and now after several months the drop shadow has suddenly dissapeared. I have not made any changes to the additional CSS code. Why?

    Also, the category icons in the widget have also dissapeared. See screencapture https://i.snipboard.io/N5OP6W.jpg

    How can I fix this? https://www.latamcats.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Drop shadow around listings’ is closed to new replies.