I already put the following Custom CSS to change text size and menu button size and font color after a friend critiqued my page, said he really liked it, but wished the fonts were bigger:
/* Origami change menu font size */
#menu ul {
 font-size: 20px;
 }
/* Origami adjust content font size */
.content p, .content ul, .content ol, .content dl {
 font-size: 20px;
 }
/* Origami change post content color */
.post .content {
 color: #000000
my web address is http://astrophotoleon.com
I’d like to make the tagline font (“Astrophotography by Leon Collins”) bigger as well. I’ve tried several things but none have worked. Be forewarned, I’m a novice to this CSS stuff.
Thanks in advance for any help.
Leon
Hi Leon
Please try adding the following to your custom CSS
#logo h3 { font-size: 16px; }Adjust the font size as required.
Let us know how you get on
Magus
Magus,
I tried that and nothing seemed to change:
/* Origami change menu font size */
#menu ul {
font-size: 20px;
}
/* Origami adjust content font size */
.content p, .content ul, .content ol, .content dl {
font-size: 20px;
}
/* Origami change post content color */
}
.post .content {
color: #000000
#logo h3 {
font-size: 24px;
Did I do something wrong?
Leon
Hi Leon
You have missed off the closing bracket for that element. If you add this is should work correctly.
Magus
Got it – that worked!
Many thanks – CSS is starting to make a lot more sense now.
Leon
Hi Leon
You are welcome. If you need any more help please feel free to open a new support thread.
Magus