Topic: Black Stripe

Hello all

Since the update to 1. 1. 0., there is a black stripe below my galleries. I want to have it removed. How to do without editing the code?

Andi

Re: Black Stripe

If you are referring to the horizontal separator between the gallery and the footer when using the Kosel theme, this can be removed by adding the following code to the '_themes/kosel/css/custom.css' file (it cannot be removed from within the Showkase interface):

div.body-content {
    border-style: none;
}

If you are referring to something else, then please post the URL to your web page so that I can take a look and help further.

3 (edited by hermann1976 2013-08-28 08:45:08)

Re: Black Stripe

That's what I'm referring to. Thank you, Steven.

Andi