• Hello All!

    I’d like to remove the shadow around the page border of my new (experimental) wordpress site
    You can see it here: nscadweb.com/tanyac

    I have attempted various css solutions from other forum threads with no result (although I did note someone saying something to the effect that Firefox edits can be slow to appear – I have been using firefox to edit, So I do wonder if I just didn’t wait long enough?

    The code I have tinkered with is this section – (the only place I can find the words “box-shadow”)

    }
      if(isset($virtue_premium['hide_image_border']) and ($virtue_premium['hide_image_border'] == 1)) {
      $wp_image_border = '[class*="wp-image"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}[class*="wp-image"]:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;} .light-dropshaddow {-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;}';
      } else {
      $wp_image_border = '';
      }

    I will be grateful for any help you can offer! Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter elanish

    (@elanish)

    More code suggestions I have tried (from other discussions)

    I tried these two as per directions to place in the custom CSS found in Theme Options> advanced settings.

    .boxed #wrapper.container {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    [class*="wp-image"] {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}[class*="wp-image"]:hover {-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border:none;}
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Virtue Premium] Removing Shadows!’ is closed to new replies.