Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I remove the BOLD ?

How do I remove the BOLD ?

Locked

Views: 1,365

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
25 Apr 2008, 2:46 PM
#1
katiekin avatar

katiekin

New Zenner

Join Date:
Apr 2008
Posts:
48
Plugin Contributions:
0

How do I remove the BOLD ?

Hi !
Can someone please tell me where in my stylesheet I need to go and what change I need to make to make my text normal NOT bold.

The text I'm referring to is the bold on the 'title' of my products listings, for example 'Bambi', 'Bird Family' and so on down the list......

http://www.metal-silhouette-art.co.uk/index.php?main_page=index&cPath=24

Also whilst you're there (!) can you tell me how I change my pricing (£10.00) from red to black ? Again where in the css and which bit of text.

Many thanks !
Katie
:smile:

25 Apr 2008, 2:51 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How do I remove the BOLD ?

katiekin:

Hi !
Can someone please tell me where in my stylesheet I need to go and what change I need to make to make my text normal NOT bold.

The text I'm referring to is the bold on the 'title' of my products listings, for example 'Bambi', 'Bird Family' and so on down the list......

http://www.metal-silhouette-art.co.uk/index.php?main_page=index&cPath=24

Also whilst you're there (!) can you tell me how I change my pricing (£10.00) from red to black ? Again where in the css and which bit of text.

Many thanks !
Katie
:smile:

Question 1

includes/ templates/ custom_template/ css/ style.css

.txt2{color:#3D3D3D; font-weight:bold; text-transform:uppercase; font-size:12px;}

  1. delete the highlighted red text above from the declaration
25 Apr 2008, 2:58 PM
#3
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How do I remove the BOLD ?

Question 2

includes/ templates/ custom_template/ css/ style.css

Find this declaration

.price2{color:#C00505; font-size:24px; font-weight:normal; line-height:24px; font-family:Verdana;}

  1. change the highlighted red text above to 000000
25 Apr 2008, 3:08 PM
#4
katiekin avatar

katiekin

New Zenner

Join Date:
Apr 2008
Posts:
48
Plugin Contributions:
0

Re: How do I remove the BOLD ?

Question 1 all done....wonderful :clap:

Question 2....still in red ?!

25 Apr 2008, 3:20 PM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How do I remove the BOLD ?

katiekin:

Question 1 all done....wonderful :clap:

Question 2....still in red ?!

Refresh your cashe:

I am viewing this in firefox and I see .price2 black font