Jump to content

Modification to my default theme


Ale1199

Recommended Posts

Hi , i'm writing because i would like to solve some design problems with my e-commerce 

Looking to the attached file 

In the point 1-2-3 i would like to remove this lines as indicated by the arrows , number 4 and 6 i would like to remove the background if possible

and number 5 i would like to change color to the whole bar

Could someone help me? i need to understand which part of code and how i have to modify

 

Thank you 

post-769569-0-11338400-1407428519_thumb.png

Link to comment
Share on other sites

1,2

 

superfish-modified.css line 38, remove border-right param from:

.sf-menu > li {
float: left;
border-right: 1px solid #d6d4d4;
margin-bottom: -3px;
}

superfish-modified.css line 13 remove border-bottom param from:

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}
  • Like 1
Link to comment
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
×
×
  • Create New...