Hey there
I was wondering if there is a quick css way to change the font color of the text of normal pages of the whole website??
Thx heap
Marcello
Hey there
I was wondering if there is a quick css way to change the font color of the text of normal pages of the whole website??
Thx heap
Marcello
Hi Marcello,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
body {
color: #888;
}
You can use html color codes for the various colors, see: http://html-color-codes.info/
Regards,
Devin
Perfect!
Thanks again mate!
Another small thing, I'm trying to get to image to desaturate when the mouse goes on them (so they understand that's a link, do you have any suggestions??
http://www.belgioioso.it/eventi-al-castello-di-belgioioso/ here's the link so you can check out!!!
Regards
Marcello
You can do an opacity change very easily with:
a:hover img {
opacity: 0.5;
}
Regards,
Devin
Works well!
Thx again Devin, you guys have some ace support going on here!!!
Marcello
Hey hey,
Good thing it worked. :)
Regards,
Ismael
This topic has been closed to new replies.