Hello,
On our single posts the main post title seems to be h3 for us, we want it to be h1.
https://www.valuewalk.com/stocks-edge-higher-house-approves-trump-impeachment/
Is there an option to change that?
Thanks
Hello!
If you use a cloud/PRO post template, then you can edit with TagDiv Composer and change it like this: https://www.screencast.com/t/uidTCwfDM
Thank you!
Hello!
In this case, you can not modify it, only with custom CSS code.
For customization and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you!
Custom CSS?
I’m asking how to change the H1 or H2 tag to something else. Not asking about styling it.
There are many tags on the page which have H tags.
<header class="td-post-title">
<!-- title -->
<h3 class="entry-title td-module-title">
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">LEAVE A REPLY <small>
Hello!
Yes, I mean it custom work. This code you can find it in wp-content/teams/newspaper/loop-single.php [line 25] and in td-composer/legacy/common/wp_booster/td_module.php [line 610].
<header class="td-post-title">
<!-- title -->
<h3 class="entry-title td-module-title">
This code is automatically generated by using a wordpress function over which you don’t have so much control.
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">LEAVE A REPLY <small>
Hope that helps you!