How to eliminate bold in gk_penguinmail template?

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Aug 30, 2011 9:37 am
Hi,

I am working on font types for my website, i am not too into code and i dont know how to eliminate this bold effect to my paragraph. Any font i use, i get a bold effect. I try to eliminate by code and i don t see any function about it. Can someone give me an help to eliminate it?

this is the website i am building

www.interviewtutor.ie

Thanks a lot
:)

Schermata 2011-08-30 a 12.02.05.png


Schermata 2011-08-30 a 12.02.21.png
User avatar
Junior Boarder

Konrad M
Tue Aug 30, 2011 1:50 pm
Hi
Try add to override.css
Code: Select all
p {
font-weight:normal;
}

and remember to enable override.css option in template settings
User avatar


cron