Support » Theme: Astra » How to change related post content article title tag

  • In related post content the article title links appear with h3 tag, which I want to change it to a link.

    Here is the default one:

    <h3 class="ast-related-post-title entry-title">
    <a href="/" target="_self" rel="bookmark noopener noreferrer">This is a cool post</a>
    </h3>

    How to change h3 to li

    <li class="ast-related-post-title entry-title">
    <a href="/" target="_self" rel="bookmark noopener noreferrer">This is a cool post</a>
    </li>

    Please help.

    • This topic was modified 2 years, 9 months ago by Sukanta Das.
    • This topic was modified 2 years, 9 months ago by Sukanta Das.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change related post content article title tag’ is closed to new replies.