The first row under slider has a widget with title "Physical Therapy experts of Metairie"
SEO folks desperately want this to be an H1. Current rendered code is
<h3 class="widget-title"><span class="normal">Physical </span>Therapy experts of Metairie</h3>
Is there any way to make that change for the one page? I can see the <h3 class="widget-title"> is baked into a number of places in the theme and in the SiteOrigin Widgets plugins...
My only idea so far is to use output buffers and run the replace with a regex before echoing...
The easiest way to change this H3 to H1 is by editing the SiteOrigin Editor widget that contain this title. Remove the title from the widget title input field and move it to the textarea below and set it to a H1 by clicking the "paragraph" select field in the toolbar.
Or if you know you way around with HTML you can press the "Text" tab inside the SiteOrigin Editor widget and add:
The first row under slider has a widget with title "Physical Therapy experts of Metairie"
SEO folks desperately want this to be an H1. Current rendered code is
<h3 class="widget-title"><span class="normal">Physical </span>Therapy experts of Metairie</h3>
Is there any way to make that change for the one page? I can see the <h3 class="widget-title"> is baked into a number of places in the theme and in the SiteOrigin Widgets plugins...
My only idea so far is to use output buffers and run the replace with a regex before echoing...
Hi there,
The easiest way to change this H3 to H1 is by editing the SiteOrigin Editor widget that contain this title. Remove the title from the widget title input field and move it to the textarea below and set it to a H1 by clicking the "paragraph" select field in the toolbar.
Or if you know you way around with HTML you can press the "Text" tab inside the SiteOrigin Editor widget and add:
<h1 class="widget-title">Your title here</h1>
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Thanks for the speedy reply! That's how we will handle. Case closed.
You're welcome!
If you have any questions feel free to ask.
Best regards,
Barry
QreativeThemes.com | WordPress Themes