Remove page shadow and background

Homepage Community Forums Epik Theme Support Remove page shadow and background

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16175
    micky
    Customer

      Hi,

      I am trying to to remove the gray background and drop shadow from the full width page template content area. I’m trying to create a template which doesn’t have a boxed background around the content area. There’s probably a really simple solution to this but I haven’t been unable to find it. Could you please point me in the right direction.

      What i need is a page template with the standard header and footer and a plain content area.

      Thanks

      #16176
      micky
      Customer
        #16178
        Wes
        Moderator

          Try adding this to your style.css file –

          .full-width-content {
          	background: #fff !important;
          }
          
          .full-width-content .entry {
          	box-shadow: none;
          	-moz-box-shadow: none;
          	-webkit-box-shadow: none;
          }

          Just let me know if it works or not

          #16180
          micky
          Customer

            Sorry, I’m a content gal. Need a bit more direction of exactly where to place this in the css file. I guess the content area but that didn’t seem to do anything. Thanks.

            #16181
            micky
            Customer

              Awesome! Just added it at the end of this section and it worked – super stoked. Thanks for your help and patience.

              Content Area
              —————————————————————————————————- */

              /* Entries
              ——————————————— */

              #16184
              Wes
              Moderator

                Great! Glad it worked! Just let us know if you need anything.

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.