Jump to content
Sign in to follow this  
yeti1249

Adding new separation line

Recommended Posts

yeti1249

Hello everyone! You can see a separation line under the main menu on this printscreen. I need the same one above the main menu. So the menu should be between the separation lines. Could You advise me how to do that? Thanks in advance! Sopus.jpg

Share this post


Link to post
Share on other sites
Kate

Hi Vladimir, You can accomplish that by adding a border with CSS.

Share this post


Link to post
Share on other sites
Guest Guest

Vladimir, Do you have the Firebug CSS extension installed for Firefox? If not, I highly recommend it, as you will be able to identify the CSS classes and IDs you would like to edit yourself. For example, I was able to identify that the following is what you're looking for: #nav_row.main_nav, ul.sf-menu ul li Currently the bottom border is controlled by the following: border-bottom: 1px solid #E9E9E9;, so simply add a line in custom css giving the CSS ID I specified making it border-top instead of border-bottom. Again, I highly recommend installing Firebug, as you can use it to identify a lot of these things yourself. Good luck!

Share this post


Link to post
Share on other sites
yeti1249

thank you) now I will be able to do the rest without disturbing people here) thank you for help!)

Share this post


Link to post
Share on other sites

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

Sign in to follow this  

×