Jump to content

How to add/change/eliminate horizontal and vertical lines in top menu


Recommended Posts

open file: /modules/blocktopmenu/css/superfish-modified.css

 

remove border-right: 1px solid #777;

 

from code:

.sf-menu li {
float: left;
position: relative;
border-right: 1px solid #777;
}
Link to comment
Share on other sites

caches deleted and no way...

Nevertheless, doing it I would remove the right last vertical line, correct?. How to eliminate all of them and to how to draw a horizontal line above and below the options?

Link to comment
Share on other sites

check also theme directory for file i mentioned, if it exists there you have to modify file located in your theme dir.

 

I also deleted the line "border-right: 1px solid #d6d4d4;" from

.sf-menu > li {

  float: left;

  border-right: 1px solid #d6d4d4;

  margin-bottom: -3px; }

 

in "themes / default-bootstrap / css / modules / blocktopmenu / css / superfish-modified.css" file and no effect.

 

only to be sure, comment has the same effect than delete:

      /*border-right: 1px solid #777;*/

is that correct?

Link to comment
Share on other sites

correct.

i moved this topic from 1.6 section

Hi vekia, this is very strange. I had ver 1.6.0.5 during development. 2 days ago I ask my hosting service to go on production. After that the backoffice says 1.5.6.2.

As far as I know, the look and feel of the backoffice is ver 1.6.0.5 but it says ver 1.5.6.2 at the bottom of the page in the second image attached.

 

How can I be sure?

post-781467-0-22421700-1399226437_thumb.jpg

post-781467-0-55823800-1399226441_thumb.jpg

Edited by alamagar (see edit history)
Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...