Closed (fixed)
Project:
Danland
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2010 at 17:02 UTC
Updated:
9 Dec 2010 at 23:01 UTC
Hello
Thank you for the great theme. I like it very much.
The only things i want to change are the colour of the blue font and the font family for the page site name.
I'm a newbie in css and html. Can somebody give me the code for locale.css
to change the colour of the font and the font family?
Thank you very much.
As
Comments
Comment #1
danpros commentedHi As,
The css for that are:
Change the above codes to your liking.
Dan
Comment #2
asphalt commentedHello Dan
Now It works, but how can I change the colour of links? The default Colour for web-links is blue. I want to change it for the hole webpage.
Thx
As
Comment #3
Deepika.chavan commentedHi,
Rename your 'local-sample.css' file to local.css which is there in your theme's directory. If it is not there then you can create one local.css file. (Please do clear cached data) . Try adding following css code in 'local.css' file :
a. To change the color of the links :
b. To change the color of the visited links :
c. To change the color of the links on mouse hover event :
Please change the color values according to your requirement, you can get the values here.
Rgrds,
Deepika Chavan.
Comment #4
danpros commentedSolved.
@Deepika.chavan: Thanks :)
Dan