Quote:
Originally Posted by JCP_91
Hi, does anyone know how to change the font size of the h1 title, on the homepage only? I am using one of the VB5 default themes. I want to make the title module on the homepage small but keep it the same size on the rest of the pages? Is there a specific homepage file I can edit? It would be great if someone could share how to do it.
Thank you! 
|
Which one? Aren't there several H1s on the homepage of Vb5?
http://www.seoreviewtools.com/html-headings-checker/
You may want to include a link to your site and specify, because every module's title in Vb5 is h1. If your site in question is in your signature...
To change them all. In additional_css change, add the following but change the below font size to your desired size:
.module-title h1 {
font: normal 10px 'ralewaysemibold',sans-serif;
}