Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • chriscakes Friend
    #171791

    I need to remove this border can someone please help


    1. main
    himangi Friend
    #429585

    Hi,

    I guess you want to remove the border around the word Home. To do that please edit template.css and find
    <blockquote>#ja-container .main {
    border-top: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    }</blockquote>
    change the 1px width to 0px so these borders wont show.

    Edit layout.css and find
    <blockquote>#ja-main .inner {
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #E7E8E9;
    border-bottom: 1px solid #E7E8E9;
    background: url(../images/line.gif) repeat-y 100% 0;
    }</blockquote>
    change the 1px width to 0px so these borders wont show.

    I hope this will solve the issue but if not please provide site url and explain the issue again.

    chriscakes Friend
    #429587

    i did it thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  chriscakes 12 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum