Font hard to read
Page properties can be changed in CSS via Admin.
/* Page properties */
#page {
margin-left:auto;
margin-right:auto;
font-size:14px;
background-color:#ecf2ec;
}
Will change margins, font size and background colour. Not sure of Font colour, depends on your background colour.
You can find more advice on CSS for many themes at
http://hackyour.lefora.com/
Thanks Hal. Double dutch to me but I will give it a shot..Thanks again for your time.
I opened CSS and all I get is a blank page. No properties to be found. I am a novice and must be doing something wrong.
You want to add the property you want to change and then hit the save button at the bottom.
So if you were changing the font size as per the above example enter:
#page {font-size:18px;}
This over rides the Theme setting of 14px.
If you install Firebug and inspect the page area you will than see the new entry with the old entry struck through.
For font color changes you would pick a color and go
#page {color:red;} Note this is not perfect since if your background-color and font color are the same you will not see any text. Does allow for means of hiding stuff however.
Hope this helps.
Thanks but where do I add this property. Where do I find these setting. Total novice I'm afraid.
If yo don't mind me saying,you always answer as if people are very experienced. Thanks for the quick reply,by the way.
Sorry I think I got it and it seems to work..Thanks.
Thanks but where do I add this property. Where do I find these setting. Total novice I'm afraid.
If yo don't mind me saying,you always answer as if people are very experienced. Thanks for the quick reply,by the way.
-wasp
I see by your last post that you have it working, good job! Sorry if I made it difficult to understand. It can be hard to know the level of experience a person has. I am a beginner at this stuff myself.
Came across the same problem myself being new to css. All I got was a blank page and I wondered where was the coding to be altered ![]()
Understand now - so simple. Thanks.
Peter - aka Plantsman
http://garden-photographer.lefora.com/forum/
if you head over to http://hackyour.lefora.com, they'll be able to help you with CSS questions.
Locked Topic
You must be a member to post in this forum