Jump to content

Top Menu bar modification


Jaje

Recommended Posts

Hi guys,

 

I am trying to modify the top menu bar but I am stuck and I need help. I have 4 links on it "home", "contact", "info" and "delivery". I am trying to modify border-radius while hovering on the first and last item. I was trying to modify superfish-modified.css but I didn't manage to do it. I know I have to create a class and assign it to the specific item, but my knowledge in that area is limited and any help would be more than welcome!

  • Like 1
Link to comment
Share on other sites

superfish-modified.css

 

add new class:

 

.sf-menu li.firstitem:hover {
visibility: inherit;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

 

then assign firstitem to the first element in the menu

 

the same for last item - if you want different style - create another class

  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Dear vekia,

 

I am trying to learn and test using the Prestashop 1.6.0.9 and "default-bootstrap". But I am not able to change or modify some blocks like  at the top , contact block (Background color), Footer background color. 

 

Also I want to display category list on the home page and just beside home slider.

 

Please help to modify.

 

Thanks

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...