Fony size
-
I am using the Arimo font set at +3 size. I would like to make the font even larger, say 16px.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, the best way to change font size, color, etc. is to try out Custom CSS upgrade, which you can preview. More information is here > http://en.support.wordpress.com/custom-design/custom-css/
-
I have the custom css upgrade and have tried unsuccessfully to change the font size and color. Thus my request for help. My customization attempts to date are:
.main-content {
line-height: 2em;
}.cat-links, .tag-links {
font-size: 14px!important;
text-transform: inherit;
}.main-content {
color: #d5d5d5;
font-size: 16px;
}Thanks
-
Maybe try:
p { font-size:16px;
color: #d5d5d5;
}I’m hoping this will change the size/color of the font in the paragraphs across your blog.
-
css is now:
.main-content {
line-height: 2em;
}.cat-links, .tag-links {
font-size: 14px!important;
text-transform: inherit;
}.p { font-size:16px;
color: #d5d5d5;
}but the font size and color remains unchanged.
Thanks for the suggestion though.
-
-
-
p { font-size:16px;
color: #d5d5d5;The above works, the .post-container…. did not
Much appreciate your help.
Thank you.
- The topic ‘Fony size’ is closed to new replies.