Hi,
Simple question :
How can I change the size of all the titles below the menu section of all pages ?
Thanks in advance.
Hi,
Simple question :
How can I change the size of all the titles below the menu section of all pages ?
Thanks in advance.
Hey,
Using Firebug, I can see that this code in style.css (line 1166) controls the post titles font size:
#top .post-title {
font-size: 20px;
padding: 0;
}
You can adjust it by adding this code to /css/custom.css (recommended for all customisation):
#top .post-title {
font-size: 20px;
}
and adjust 20px as required.
Hope this helps!
James
You must log in to post.