To insert code use <code>...</code>.
Remove divider & shadow between page content & sidebar
  • How can I remove the vertical divider/shadow between page content & sidebar?

    Thanks!
  • 7 Comments sorted by
  • Hi girlnoir,

    there are 2 entrys for these images in your css file.
    One for the right sidebar and another one for the left sidebar.

    Divider/shadow right:
    .right_sidebar #sidebar_content {
    background: url("../images/sidebar_divider.png") no-repeat scroll left top
    Divider/shadow left (if you have a sidebar at the left side) :
    .left_sidebar #sidebar_content {
    background: url("../images/Lsidebar_divider.png") no-repeat scroll right top

    you can delete these entrys, or you change it with another image that you like.

    Regards,
    Hardy
  • Yes,

    Or You can use custom css code in striking->general options page.

    .right_sidebar #sidebar_content {
    background: none;
    }
    .left_sidebar #sidebar_content {
    background: none;
    }

    Regards,
    KaptinLin
  • Thanks, guys. I'm not very versed in css, so I appreciate the shortcode very much.
  • Hi,

    There is no way to achieve this through shortcode.

    You just need go to the 'striking'->'general' options page.

    Copy and paste the code i gave you to 'custom css code' textarea.

    Regards,
    KaptinLin
  • What about the horizontal divider. it has a gradient effect just at the top of the divider where the content starts and shadow on top of that.
    Kindly let me know how to get rid of that!
  • Hi,

    Maybe this helps and there are many questions asked and answered about this here on the forum.

    http://kaptinlin.com/support/discussion/comment/10139#Comment_10139

    Best regards,
    Striking Team
    Paul