Viewing 1 replies (of 1 total)
  • Hi,

    If you have a look into the stylesheet of your theme (style.css), there are these lines:

    .blog-post, #bannerspace_wrap, .all-product {
        background: -moz-linear-gradient(center top , #FDFDFD 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
        border: 1px solid #FFFFFF;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0 1px 3px #6F6F6F;
        margin-bottom: 20px;
        padding: 15px;
    }

    If you play with the border definitions, it should do the job for you.

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘Banner’ is closed to new replies.