badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Horizontal lines

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4219
    Jo
    Participant

    Hi again,

    I hope there is a way to edit those grey horizontal lines: the double lines just above the menu and those single lines in the content area. Is there a possibility to not have any of these lines?

    Thanks!!!

    #4231
    Sanjip Shah
    Participant

    @Jo Please post a link to the page where you want to change this, it will be easier for us to provide the support.

    #4243
    Jo
    Participant

    Hi Sanjip,

    The page is http://www.yosenabe-pg.com/wordpress. As you can see there are a double horizontal lines in the menu area and two full length horizontal lines that defined the main content area. Is it possible to ‘hide’ those lines so that I could have a clean page?

    Thanks for the prompt reply!

    #4267
    Sanjip Shah
    Participant

    @Jo In the dashboard go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.

    #access {
        background: none;
    }
    
    .menu #access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a {
        border-top: none;
    }
    #branding {
        border-bottom: none;
    }
    #4405
    Jo
    Participant

    Thanks again Sanjib, works like a charm!
    Cheers!

    #4455
    Sanjip Shah
    Participant

    @Jo Okay. Great!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.