Raitis Posted January 12, 2017 Share Posted January 12, 2017 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 More sharing options...
rictools Posted January 13, 2017 Share Posted January 13, 2017 Which page? Default template? The easiest way is using firebug. Link to comment Share on other sites More sharing options...
Raitis Posted January 13, 2017 Author Share Posted January 13, 2017 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 More sharing options...
rictools Posted January 17, 2017 Share Posted January 17, 2017 (edited) 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! Edited January 17, 2017 by rictools (see edit history) Link to comment Share on other sites More sharing options...
Raitis Posted January 19, 2017 Author Share Posted January 19, 2017 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 More sharing options...
rictools Posted January 19, 2017 Share Posted January 19, 2017 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now