Jump to content

how to change the vertical separator bar colour in topmenu?


Recommended Posts

Hi everyone,

 

The tittle said it all, as I've googled and search all over the forum but without any lucks

therefore I've open this new topic, I'm sorry if this topic has been post before.

 

I've managed to changed the topmenu background colour but unable to find where to

edit the colour of the vertical saparator bar in superfish-modified.css file.

 

Your direction and coding is greatly helpful.

 

Regards

 

Jacky

Link to comment
Share on other sites

the answer is here:

 

.sf-menu li {
float: left;
position: relative;
background: url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0;
}

 

all you have to do is change the background: param

now it uses image, and you should use own image there

Link to comment
Share on other sites

the answer is here:

 

.sf-menu li {
float: left;
position: relative;
background: url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0;
}

 

all you have to do is change the background: param

now it uses image, and you should use own image there

 

Ah! it's right there under my nose but the code was using colour code instead of

image by default as below

 

.sf-menu li {

float: left;

position: relative;

border-right: 1px solid #777;

}

 

I've changed #777; to the colour I wanted and its work great.

 

Once again, thank you very much for your help and please mark

my topic as [Resolved].

 

Regards

 

Jacky

Link to comment
Share on other sites

×
×
  • Create New...