| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Editing Sort By! | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||||
|
|||||||||
![]() Hi
Hope im posting in the right place, im trying to edit the colour of the writing that is displayed when viewing a list of products, "Sort by: Sort direction Cat No Product Price Default " I want to be able to adjust the colur independent of all other changes. http://www.swordmart.co.uk/store/ test site Ive tried editing my search_sort_by.tpl but to no luck, im currenley testing this on latest 4.0. branch. Any help would be great. Regards Jamie
__________________
X-cart 4 gold PHP version 4.3.10 MySQL version 4.0.23-standard Apache version 1.3.33 (Unix) |
|||||||||
#2
|
|||||||
|
|||||||
![]() Probably defaults to the standard link text. If you want to add a differnet color, you need to create a new link style (a: link, a: hover, a: visited, a: active) and call the link style in those links. Moving to Template Editing.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#3
|
|||||||||
|
|||||||||
![]() Hi Sorry to be a pain but what ever i try, does not work, but I am a noob!
If possable could you tell me the changes i need to make? this is the code I have Code:
Also what would i need to add to my css? Many Thanks in advance Jamie
__________________
X-cart 4 gold PHP version 4.3.10 MySQL version 4.0.23-standard Apache version 1.3.33 (Unix) |
|||||||||
#4
|
|||||||
|
|||||||
![]() Replace this:
style="TEXT-DECORATION: underline;" with this: class="sortby" Then add this to skin1.css: .sortby:link {COLOR: #000000; TEXT-DECORATION: none;} .sortby:visited {COLOR: #000000; TEXT-DECORATION: none;} .sortby:hover {COLOR: #CC0000; TEXT-DECORATION: none;} .sortby:active {COLOR: #000000; TEXT-DECORATION: none;} Then change the colors and styles for each accordingly. The colors above are black for the links, red for the hover.
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#5
|
|||||||||
|
|||||||||
![]() Thank you very much for your time and help, ill try this now.
regards Jamie
__________________
X-cart 4 gold PHP version 4.3.10 MySQL version 4.0.23-standard Apache version 1.3.33 (Unix) |
|||||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|