Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Outline Pane

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #185777
    PixelPascal
    Participant

    Hello,

    On this site: http://www.pixeldesigns there is a lightgrey outline around the panes. I like to remove it but cannot find the CSS for it. I looked with firebug but there is no such thing.

    Thank you !!

    Pascal.

    #185778
    Paulie_D
    Member

    Link is incomplete…

    #185779
    PixelPascal
    Participant
    #185784
    Paulie_D
    Member

    Probably this

    
    .bg-color-menu, .bg-color-slider, .bg-color-main, .bg-color-sidebar, .bg-color-footer, .primary-menu li.block-1 {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.07);
    }
    
    #185787
    PixelPascal
    Participant

    Yes it is ! Thank you !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.