Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • joostwanetie Friend
    #164086

    How can i remove the grey line?

    khoand Friend
    #391556

    Hi,
    Could you give me a bigger image to determine position that you want to modify?

    pritam Friend
    #391558

    Hi,

    Can you provide your website url to solve this issue.

    joostwanetie Friend
    #391586

    Here is a bigger screenshot. I want to delete the grey line at the top.top-panel.

    pritam Friend
    #391593

    Hello,

    To remove the grey line Find this code to template.css

    ul.quick-contact {
    border-left: 1px solid #CACCCD;
    border-right: 1px solid #FFFFFF;
    color: #88888A;
    display: block;
    float: right;
    font-size: 92%;
    overflow: hidden;
    }

    Change this code to :-

    ul.quick-contact {
    color: #88888A;
    display: block;
    float: right;
    font-size: 92%;
    overflow: hidden;
    }

    And also Find This code to template.css

    ul.quick-contact li {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #CACCCD;
    display: block;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }

    Change This Code to :-

    ul.quick-contact li {
    display: block;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }

    joostwanetie Friend
    #391606

    It worked! Thank you 🙂

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

This topic contains 6 replies, has 3 voices, and was last updated by  joostwanetie 13 years, 5 months ago.

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