Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing Font on Main Page

Changing Font on Main Page

Locked

Views: 819

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
17 May 2009, 12:46 PM
#1
jharmon avatar

jharmon

New Zenner

Join Date:
Sep 2008
Posts:
19
Plugin Contributions:
0

Changing Font on Main Page

I'm trying to change the font of the product name on the main page to make it bold like it is on the category pages.

The main page (Featured Products) is here: http://www.mpmedicalsupplies.com/hp_zencart/

I want the product name to look like the ones here: http://www.mpmedicalsupplies.com/hp_zencart/index.php?main_page=index&cPath=1

Thank you.

17 May 2009, 1:08 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Changing Font on Main Page

you can add this to end of your stylesheet and see if this works for you .

.centerBoxWrapperContents a{
font-size:1.3em;
font-weight:bold;
}

18 May 2009, 12:16 AM
#3
jharmon avatar

jharmon

New Zenner

Join Date:
Sep 2008
Posts:
19
Plugin Contributions:
0

Re: Changing Font on Main Page

Merci beaucoups! :clap:

18 May 2009, 12:30 AM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Changing Font on Main Page

bienvenue:smile: