I need help. I want the titles of my articles to be converted to the H1 tag, they are currently shown in the H2 tag, how can I fix it?
biviana82 Hi T4 does not have any override for article layout, This is default Joomla output to show it in H2. You will see same view with default Joomla template : http://prntscr.com/124byhd To change it you have to create override in the template /html/com_content folder for article file and change h2 with h1 http://prntscr.com/124bwxv
This tutorial will help you : https://www.joomlart.com/tutorials/joomla-4-tutorials-how-to-create-override-for-modules-components-and-layout https://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core
Regards