main.php
<h1>My classifieds</h1>
I find this :
To add an h1 heading to the Epsilon theme in Osclass, you can use the following steps:
Login to the Osclass administrator dashboard and go to the Appearance > Themes page.
Click on the "Edit HTML" button for the Epsilon theme.
In the editor, locate the file where you want to add the h1 heading. This is typically the "item.php" file for individual listings or the "search.php" file for search results pages.
In the file, you can add an h1 heading using the following HTML code:
Copy code
<h1>My Heading</h1>
Replace "My Heading" with the text you want to use for the heading.
Save the file and refresh the page to see the h1 heading in action.
Wright ?