Can I remove the divide lines on the Nav bar?

1 reply · opened Apr 10, 2017

NNick28Apr 10, 2017

Hi would it be possible to remove the divide lines on the Logo and the Cart
Many thanks Nick

DdaihloApr 11, 2017

style.css, line 1081:

#header.full-header #primary-menu > ul {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #EEE;
}

It's the border-right declaration at the bottom; you can cahnge it to 0px

(I don't work here, I'm just hanging around for an answer to a question.)

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard