How to Change the position of the share button on JetTheme
position change JetTheme blog post share button from top to bottom
You have come to the right place according to your needs. This can be done by ctrl+x to ctrl+v
First go to the Blogger dashboard then click on Themes and Edit HTML.
Find the following html code. Copy and delete.
<b:include data='post' name='JetShare'/>
Now find the HTML code below.
<p class='mb-0'><data:post.author.aboutMe/></p>
Replace the HTML code by following the steps in the image above.
If you want to add Share This Post, find the code below.
<div class='social-share mb-3'>
Now replace the following code right above this code.
<h6 style='background-color: var(--jt-archive-bg); border-radius: 1px !important; padding: 5px; border-bottom: 2px solid var(--bs-body-color);'>Share This Post.</h6>
Now save Your Theme and Done