andydog;169135Hi
I want to change the Blog title size to match the general article size.
I’m sure this is fairly simple and isn’t necessarily specific to this particular template but any guidance would be appreciated (not overly html familiar).
Thanks
general article size:
http://www.origin8-test.com/
blog size:
http://www.origin8-test.com/index.php?option=com_content&view=section&layout=blog&id=6&Itemid=4
Hi Andy,
open template.css file located in css folder of your template, and around line 316 find this section:
.componentheading {
font-size: 300%;
color: #333333;
background: url(../images/hdot.gif) repeat-x bottom;
}
change font-size to 200% and they should be the same size.
Good luck 🙂