Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rsingel

    (@rsingel)

    Hi Jamie,

    Not totally sure why that’s not working and hard to test since your site is locked down and I don’t see that snippet in the CSS box.

    But try one of these two snippets in the CSS box to see if they do the trick.

    #ctx-module .ctx-link-image img {
    	max-width: 100% !important;
    	box-shadow: 0 opx 0px rgba(0, 0, 0, 0);
    }

    or

    .ctx-link-image img {
    	max-width: 100% !important;
    	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    Thread Starter iam_jamie_leigh

    (@iam_jamie_leigh)

    Holy fast reply, Batman!!

    Guess what? I think I was doing it wrong as I was adding the CSS to my child theme’s stylesheet as opposed to the “Big Settings Button” config area.

    When I entered

    #ctx-module .ctx-link-image img {
    	max-width: 100% !important;
    	box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    }

    into the CSS box on the module tab of the Contextly settings, *poof* no more box-shadow!!!

    Silly mistake that I should have tested first (that’s what I get for working late)!!!!

    Thanks, you’re a support superstar and the plugin kicks ass!

    Plugin Author rsingel

    (@rsingel)

    Awesome! Glad it worked out. And thanks for the kind words. Looking forward to seeing it live.

    Ryan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove box shadow’ is closed to new replies.