Jump to content

Change background color only for product-tabs-container


Raitis

Recommended Posts

Hi,

 

please help change background color only for product-tabs-container in Prestashop 1.6.1.6

 

#descriptionTab

 

what i need to add in global.css

 

For background and mouse hover baground color ...

 

Thanks!

 

 
 
 
 
Link to comment
Share on other sites

Web site: www.purebutik.se

 

I can add in theme module extra css.

 

i add:

.nav.nav-tabs.pr-nav-tabs {
background-color: #ebebeb;
}

Background color is on all line.

May some one can give a css code how to set background color only for tabs, remove underline on active tab.

 

Link to comment
Share on other sites

Ergänze nach pr-nav-tbs li für nicht aktive Tabs und (als neuen Eintrag) li.active für den aktiven Tab.

 

Und für die Linie nav-tabs>li>a definieren: border-bottom: 0px;

 

Für eine vernünftige Anwendung von Firebug immer das Caching deaktivieren!  

 

 

Right now i have css like this for background: 

 

 

 

.nav-tabs {
background-color: #ebebeb;
}

Can You please add css code for none border.

TX

Link to comment
Share on other sites

Sorry I forgot that here's the english section ...

 

To write css for the active tabs adress pr-nav-tbs li

For the other tabs make a new entry for pr-nav-tbs li.active

For removing the line define for nav-tabs>li>a: border-bottom: 0px;

 

For working with firebug you should deactivate cashing.

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