You can create a Template override http://docs.joomla.org/How_to_override_ ... omla!_core
But why not just add css to the css file to alter the formatting of the h2 or h1 tags in the Article.
Should change the style for h2 in the Articles only. (you will need to check the class of the div ... it may differ on some Templates.
via Joomla! http://forum.joomla.org/viewtopic.php?t=830853&p=3122345#p3122345
But why not just add css to the css file to alter the formatting of the h2 or h1 tags in the Article.
Code:
.item-page h2 {
your code goes here
}
your code goes here
}
Should change the style for h2 in the Articles only. (you will need to check the class of the div ... it may differ on some Templates.
Statistics: Posted by Webdongle — Sun Dec 29, 2013 9:18 pm
via Joomla! http://forum.joomla.org/viewtopic.php?t=830853&p=3122345#p3122345
No comments:
Post a Comment