Finding Heading Tags
Hi,
I'm using ClassiPress version: 4.2.4
Apache server
In ClassiPress search results (>>> visit a category >>> use search widget >>> refine results) the heading, or title, to each item listed is an h2 tag, like this: <h2 class="h4 entry-title">. See image attached.
screenShot.jpg
For several reasons, I'd like it to be a p (paragraph) tag, like this: <p class="h4 entry-title">.
I have searched my theme files and thought the answer was in includes/actions.php on line 106 (I changed h2 and h3 to p). However, this has no effect.
I have continued to search my theme file templates and make changes but nothing is working.
Can someone tell me where to find the proper template to make this change?
Thank you.