To insert code use <code>...</code>.
Dividers and Shadows: where to change colors?
  • I have just purchased the theme. I could customize almost everything. However, there is a purplish or blue shadow near the divider, headers, footers and other places... I cannot get rid of that or change its color... What do i do?
    Sem color.jpg
    1121 x 519 - 97K
  • 1 Comment sorted by
  • Hi

    Here is a list of all shadows you can turn off.

    If you only want this to happen on certain pages you need to add the page-id into the css code.




    #feature .top_shadow {
    background: transparent;
    }

    #feature .bottom_shadow {
    background: transparent;
    }


    #page_bottom {
    background:none;
    }


    #footer_shadow {
    background: transparent;
    }



    maybe this helps also


    http://kaptinlin.com/support/discussion/comment/13863#Comment_13863

    Best regards,
    BackuPs