Hi I am looking for a way to add the page class suffix to the body tag in the Uber template so I can style some pages individually.
should I be using this method https://docs.joomla.org/Using_the_Page_Class_Suffix_in_Template_Code and if so where can I create an override (so its update-proof)?
kind regards
chris
Hi Chris,
You can follow this guide for how to custom css: http://www.t3-framework.org/documentation/bs3-customization#custom-css
In case that you want to customize in LESS file (or override HTML), you can check out this tip: http://www.t3-framework.org/documentation/extend-com-content#isolate-template
Regards
Thanks Saguaros,
created an override in the appropriate home.php file with success