Festival Trade Posted March 8, 2013 Share Posted March 8, 2013 (edited) Hi. How do I change the tabs and the background colour on my product description ? I want the tabs to look like this (round) PLUS.... I wonder how do I go to change the background of the description to the same colour of the tabs ? (or a different colour ) I believe If I can change the tab colours and background at same time ? The round corners can be apply to the top bars ? if so, where do I found this ? Thanks in advance. Edited March 8, 2013 by festival-trade (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 8, 2013 Share Posted March 8, 2013 which version of prestashop you use? can you provide an url to your shop? Link to comment Share on other sites More sharing options...
Festival Trade Posted March 8, 2013 Author Share Posted March 8, 2013 Hi. I use Prestashop 1.4.0.17 My site is : http://www.festival-trade.com Link to comment Share on other sites More sharing options...
Festival Trade Posted March 8, 2013 Author Share Posted March 8, 2013 which version of prestashop you use?can you provide an url to your shop? Thanks for ask ! Link to comment Share on other sites More sharing options...
vekia Posted March 9, 2013 Share Posted March 9, 2013 For the first, you have to download background images for tab, i attached url to our demo shop tab background: http://prestashop.vekia.pl/themes/prestashop/img/tab_bg_short.jpg and backround for "selected" tab: http://prestashop.vekia.pl/themes/prestashop/img/tab_bg_selected_short.jpg copy this files and paste it to your shop template directory themes/YOURTHEME/img/ then you have to edit css styles. open css/global.css located in your theme directory: edit line 153 and add background param like below: .idTabsShort .selected { background-image: url('../img/tab_bg_selected_short.jpg'); color: #35515D; } and line 149: .idTabsShort a { background: url('../img/tab_bg_short.jpg'); width: 138px; } Link to comment Share on other sites More sharing options...
Festival Trade Posted March 17, 2013 Author Share Posted March 17, 2013 Thank you very much. Link to comment Share on other sites More sharing options...
Festival Trade Posted March 19, 2013 Author Share Posted March 19, 2013 (edited) ooops... didnt work !! I upload the images (templant had the same images already) I check the css file and images was added in there already too !? Refresh,refresh,refresh... and nothing happen ! SOLVED Only need to remove ( /* ) form the css file Thank you again Edited March 19, 2013 by festival-trade (see edit history) 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