Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change Color of Specials Font

Change Color of Specials Font

Locked

Views: 1,863

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
7 Jul 2009, 4:40 AM
#1
pinkleopard avatar

pinkleopard

Zen Follower

Join Date:
Jun 2009
Posts:
383
Plugin Contributions:
0

Change Color of Specials Font

Hello, I am trying to change the color of the font for specials.

For example:
The regular price is $25.00 and the special price is $15.00.

Currently, they are both the same color.

Tried this and does not work:

#specialsListing(
color:#FF0000;
font-family:tahoma;
font-size:13px;
font-weight:bold;}

Can someone please tell me the correct ID name?

Or tell me the correct code?

Thanks

7 Jul 2009, 5:12 AM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,772
Plugin Contributions:
9

Re: Change Color of Specials Font

Unless you have a stock template, we can't help without a link. Several templates change the class or id.

7 Jul 2009, 5:25 AM
#3
pinkleopard avatar

pinkleopard

Zen Follower

Join Date:
Jun 2009
Posts:
383
Plugin Contributions:
0

Re: Change Color of Specials Font

dbltoe:

Unless you have a stock template, we can't help without a link. Several templates change the class or id.

Ah sorry. Thought it was all the same. Here it is:

link

Thanks!

Bridgett :wub:

7 Jul 2009, 5:58 AM
#4
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,772
Plugin Contributions:
9

Re: Change Color of Specials Font

This one is completely different.:huh:

Someone hard-coded a span in the text and then put the class in the stylesheet.:dontgetit

Around line #517 of your stylesheet, you can change #00C3FB to whatever color you'd like.

You're going to need to point out that you're using so many stylesheets every time you have a question. For instance, you have the content_bg class in three different stylesheets.:shocking:

Looks as if someone has tried to fix a TM template.

7 Jul 2009, 6:09 AM
#5
pinkleopard avatar

pinkleopard

Zen Follower

Join Date:
Jun 2009
Posts:
383
Plugin Contributions:
0

Re: Change Color of Specials Font

Ah thanks....

Some of the addons I have added required css.

Thanks again for your help.

7 Jul 2009, 6:24 AM
#6
pinkleopard avatar

pinkleopard

Zen Follower

Join Date:
Jun 2009
Posts:
383
Plugin Contributions:
0

Re: Change Color of Specials Font

dbltoe,

By chance can you tell me how to remove the space between the title and price:

link

Also, there is a small dot on the title on my home page and specials page, but not on my products page. By chance can you guide me to the correct css line to fix it.

Seriously, I am trying to figure it out. I just can't learn all of it in a couple of days. I have Firebug and I am just learning how to use it but it gets so frustrating at times.

Thanks

Bridgett :wub:

7 Jul 2009, 6:44 AM
#7
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,772
Plugin Contributions:
9

Re: Change Color of Specials Font

Don't see a dot. ?

In this case, it looks like you are going to have to find out which file contains "class="listingDescription" and remove the hard-coded <br/> after the price. It should be <br /> anyway, but that's another TM lovely.
You have three stylesheets that are fighting with each other. The stylesheet.css, stylesheet_main.css, and stylesheet_tm.css make it a nightmare to try and figure things out even with FireBug.

If you search the forum for Template Monster, you'll find how many problems these templates create for anyone trying to make even the simplest changes.