Hi
There is no option for changing the h2 tag in the plugin’s current version. We will include this feature in a future update.
Thank You
Thread Starter
abueno
(@abueno)
Is there a possibility to add a function or temporary code to correct this?
Hi
You can do it by editing the Plugins core file using the plugin editor.
1. Open the plugin with plugin editor and Find the PHP file “theme-one.php” in –
Public >Views >Templates > theme-one.php
at line# 35 replace h2 tag with p tag
2. at Public > Views > shortcoderender.php file line#172 you will find
h2.tfree-client-name replace it with p.tfree-client-name
3. To stylize the author name go to Public > assets > css > style.css and at line# 59 you will find
p.tfree-client-name. You can stylize the author name text from here.
Thank You