• Resolved leanneleeds

    (@leanneleeds)


    I have searched the forum and used a CSS for dummies plugin to examine all the CSS affecting the buy buttons but the shadow box around them remains stubbornly visible. I have:

    .mbm-book-buy-links-image {
    box-shadow: none;
    }

    in custom CSS now, but it’s not working. I’ve tried applying same to all these:

    #mbm-book-links1 .mbm-book-buy-links-image
    #mbm-book-page .mbm-book-buy-links-image
    .mbm-book-buy-links-image
    a img
    img

    and no dice. I’m using GeneratePress for the theme, if that makes a difference – anyone have any ideas how I can nuke the shadow boxes?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    #mbm-book-page .mbm-book-buy-links-image, #mbm-book-page .mbm-book-download-links-image {
        box-shadow:none;
    }

    If that doesn’t work:

    #mbm-book-page .mbm-book-buy-links-image, #mbm-book-page .mbm-book-download-links-image {
        box-shadow:none !important;
    }
    Thread Starter leanneleeds

    (@leanneleeds)

    The first block did it – thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Box Shadow Around Buy Buttons’ is closed to new replies.