How does Override works and what is the correct way of using it. I understand Overrides inject a custom or extra code. I would like to know the preferred method and what they depend on as in forums I can see different methods of using it.
Here are few point I'm confused about:
- What is the difference between adding override code in extensions>templates>styles>advanced settings>custom CSS code box (code stored in database?) and editing override.css via extensions>templates>templates> /html/com_content/categories/default_items.php (code stored in file?)
- Which above method will sustain the code when updating template to latest version?
- What does creating overrides (using via extensions>templates>templates>create Override tab) in folder do? (screenshot bellow)