Remove Shadow Boxes

Homepage Community Forums Epik Theme Support Remove Shadow Boxes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9210
    Brian
    Customer

      Hey can you tell me how to remove box shadows from the entry. Here is my code but it is still showing the default. Even if I completely delete these lines of code, it still shows. This is on the full width content page!
      .entry {
      box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0px 0px rgba(0,0,0, .2);

      #9211
      Wes
      Moderator

        Do you have a link?

        You could add this to get rid of the effect –

        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        

        It is probably picking up the shadow from a different part of the css, so adding the code above should work…..but I’d need a link to know for sure.

        #9212
        Brian
        Customer
          This reply has been marked as private.
          #9213
          Brian
          Customer

            Wes,

            I got it. Just remembered that I had a cache plugin turned on. I deactivated that plugin and it worked.

            #9214
            Wes
            Moderator

              Great! Let me know if you need anything else.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Remove Shadow Boxes’ is closed to new replies.