To insert code use <code>...</code>.
Remove gradients from page color
  • Can I remove the gradient shadow that separates header from feature header and from page content? I want one solid background color that is seamless across header, feature header and page with no shadows or gradients (including the shadow that is under the anything slider).

    Thanks,
    Dave
  • 2 Comments sorted by
  • Partially solved. I did find this post when searching only on "Gradient" (http://kaptinlin.com/support/discussion/comment/13785#Comment_13785) and that solves part of problem. All that is left is the shadow underneath both the anything and the jQuery slider. Is there custom CSS that will remove that?
  • Got the rest of it. This can be closed. Will paste here in case anyone finds this useful. To remove shadow under anything slider and jQuery Nivo slider add custom CSS:

    #anything_shadow {
    background: none;
    height: 40px;
    }

    #nivo_slider_wrap {
    background: none;
    padding-bottom:40px;
    position:relative;
    }
This discussion has been closed.
All Discussions