Hi
On my website I would like to change the special heading subheading from a <p> tag to a <h2> tag for seo purposes but still make it look the same as the <p> tag when viewing on the site for all pages
What code & css would i need to modify in order to do this?
I look forward to your response
David
Hi Sconcepts!
Remove the subheading and then add a codeblock element beneath the special heading and add this inside.
<div style="font-size:20px;color:white" class="av-subheading av-subheading_below av_custom_color"><h2 style="color:white;text-transform:none;font-size:18px;line-height:29px;font-family:"Open Sans"">My name is Edward Nfold, my friends call me Enfold.<br>
I am designer by day and coder by night.</h2>
</div>
Best regards,
Elliott