![]() |
modify the css in Related Items |
Post Reply
|
| Author | ||
BettyH
Newbie
Joined: 17-December-2009 Location: Arizona Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Topic: modify the css in Related ItemsPosted: 30-December-2009 at 5:13pm |
|
|
I am working on a website, product page here: http://www.snapbac.com/store/pc/Mens-Leg-Sleeve-2p9.htm
Greg Dinger has done a great job with the tabs display, however, if you look at the related items tab, you will see that the links are very hard to read. I need to change the color of these. Can anyone direct me to the proper file/css style for this?
|
||
![]() |
||
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 30-December-2009 at 5:32pm |
|
|
Hi,
It's set in CSS SpryTabbedPanels-PD.css See color in
|
||
![]() |
||
BettyH
Newbie
Joined: 17-December-2009 Location: Arizona Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 30-December-2009 at 5:39pm |
|
|
Tried that... well actually, that changes the color of the text on the tab. I need to change the color of the link in the content on the "related items" tab.
I tried this:
.TabbedPanelsContent {
padding: 4px; } .TabbedPanelsContent a { color:#666666; } But that didn't work either. I also noticed that the <p> style is pcShowProductName . I went into the pcStorefront.css and modified this in a similiar fashion, but that has not solved it either.
|
||
![]() |
||
Hamish
Admin Group
Joined: 12-October-2006 Location: United Kingdom Status: Offline Points: 56 |
Post Options
Thanks(0)
Quote Reply
Posted: 30-December-2009 at 5:56pm |
|
|
Ah, Sorry, I though that was the one you wanted. At the moment this is controlled by the site wide setting in pcStoreFront.css :
If you wish to add one specific to the tabs I suggest adding to SpryTabbedPanels-PD.css
Of course with whatever color you prefer. |
||
![]() |
||
BettyH
Newbie
Joined: 17-December-2009 Location: Arizona Status: Offline Points: 0 |
Post Options
Thanks(0)
Quote Reply
Posted: 30-December-2009 at 6:03pm |
|
|
Just so you know.... I found the answer. in the pcStorefron.css I had to create the following style:
#pcMain .pcShowProductName a {
color:#333333; } However, you may be correct in that it would be better to set it to a specific tab in order to have it not affect other parts of the store adversly.
Thanks for your help!
|
||
![]() |
||
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |