Is there anyway I can change the font size on the left hand side bar navigation?
How do you change the Header for mini content? I've tried putting this into the Quick CSS:
#top .post-title.entry-mini {
font-size: 23px;
}
Please help.
Is there anyway I can change the font size on the left hand side bar navigation?
How do you change the Header for mini content? I've tried putting this into the Quick CSS:
#top .post-title.entry-mini {
font-size: 23px;
}
Please help.
Hi,
Try adding this to your custom.css or Quick CSS:
.main_menu .menu li a strong {
font-size: 14px;
}
.main_menu .menu li a span {
font-size: 11px;
}
#top .entry-mini h1.post-title {
font-size: 50px;
}
I've used the default values so you'll need to change those as you see fit.
Regards,
Mya
Hi Mya, thank you so much!! Truly appreciate it!
Hi,
Glad that Mya helped you. :)
Cheers,
Ismael
You must log in to post.