Jump to content

[solved] Changing "more info" and "datasheet" tabs look?


Recommended Posts

Hi Every one, thanks for looking in...

 

 

My shop is using a customer theme but I don't like to look of the "more info" and "datasheet" tabs etc on the product page.

 

see Here

 

I'd much rather use the tabs from the standard prestashop theme if possible see HERE

 

 

how would one go about doing this?

 

 

any help / thoughts would be very helpful

Link to comment
Share on other sites

Well looks like I learned to Cook,

 

I copied

 

/* Tabs */
.idTabs {
list-style-type: none;
border-bottom: solid 1px #76839b;
height: 21px;
margin-top: 1em
}
ul.idTabs li {
float: left;
margin-right: 1px
}
.idTabs a {
background-image: url('../img/tab_bg.jpg');
display: block;
width: 173px;
height: 18px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding-top: 3px;
color: #374853
}
.idTabs .selected {
background-image: url('../img/tab_bg_selected.jpg');
color: white
}
/* IdTabs Short*/
.idTabsShort a {
background-image: url('../img/tab_bg_short.jpg');
width: 138px
}
.idTabsShort .selected {
background-image: url('../img/tab_bg_selected_short.jpg');
color: white
}
div.sheets {
clear: both;
padding: 1em
}
#more_info_sheets li {
background-position: 6px 4px;
margin-bottom: 0.4em
}
/* global style */

 

from Global.css in prestshop theme and paste it into my Global.css in my custom theme

 

 

thanks to the moody chef sergey.

  • Like 1
Link to comment
Share on other sites

  • 5 years later...

Well looks like I learned to Cook,

 

I copied

 

/* Tabs */
.idTabs {
list-style-type: none;
border-bottom: solid 1px #76839b;
height: 21px;
margin-top: 1em
}
ul.idTabs li {
float: left;
margin-right: 1px
}
.idTabs a {
background-image: url('../img/tab_bg.jpg');
display: block;
width: 173px;
height: 18px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding-top: 3px;
color: #374853
}
.idTabs .selected {
background-image: url('../img/tab_bg_selected.jpg');
color: white
}
/* IdTabs Short*/
.idTabsShort a {
background-image: url('../img/tab_bg_short.jpg');
width: 138px
}
.idTabsShort .selected {
background-image: url('../img/tab_bg_selected_short.jpg');
color: white
}
div.sheets {
clear: both;
padding: 1em
}
#more_info_sheets li {
background-position: 6px 4px;
margin-bottom: 0.4em
}
/* global style */
from Global.css in prestshop theme and paste it into my Global.css in my custom theme

 

 

thanks to the moody chef sergey.

 

 

Nice!

 

You can help me edit themse PS_1.6.1.16? I needed.

 

I need see demo: https://www.w3schools.com/howto/howto_js_tabs.asp

 

I need edit DATASHEET and MORE INFO into tabs

 

Thanks for help!

Edited by Truong Huynh (see edit history)
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...