- This topic has 4 replies, 2 voices, and was last updated 3 weeks, 3 days ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Hello,
How can we change the footer widget title tags from <h6> currently to <h3>, please?
Regards
P.S. And how to change the blog post title tag from <h2> to <h1> ?
Hi there,
Thanks for writing in!
1. To change the footer widget title tags, please open up the sidebars.php file in themes/roneous/inc folder, find the code below, and change to the h3
as you wish.
'before_title' => '<h6 class="title">',
'after_title' => '</h6>'
2. About the blog post title, you can open up the inc-…php files in themes/roneous/templates/post folder, find the code below, and change the tags as you wish:
For example, in inc-masonry-2col.php file:
<?php the_title('<h5 class="blog-title mb0">'.$sticky, '</h5>'); ?>
… and change it into this:
<?php the_title('<h1 class="blog-title mb0">'.$sticky, '</h1>'); ?>
In case you can’t make it work, please point to specific page where we can see it. Any screenshot would be welcome!
We’ll consider to add this feature as an option in next theme updates.
Best regards,
Danny
I love you, man!
Hi! You’re welcome. I’m glad you sorted it out.
Please feel free to let me know about any other doubt you could have.
Also, if you like our theme and the support, please consider to leave us a review rating for the theme via ThemeForest > Downloads section. It helps us a lot!
Best regards,
Danny