Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #44056
    LogoSystems
    Member

    Hi Sakin

    I am going all white.
    I am trying to remove the shadows in my Catchbox pro
    I have sorted the widgets and the slider with

    .widget { border-bottom: none; }
    #slider { border-bottom: none; }

    but I can’t do the actual page. Can you help.

    http://www.logosystems.co.uk

    #44067
    Sakin
    Keymaster

    @LogoSystems: You can remove your current css:

    .widget { border-bottom: none; }
    #slider { border-bottom: none; }

    With the following css:

    .hentry, 
    .no-results, 
    #author-info, 
    #disqus_thread, 
    #content .error404,
    .widget,
    #slider {
        border-bottom: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Page Shadow’ is closed to new replies.