Comments Pong started the conversationJuly 31, 2018 at 6:12pmHi guys, how can I change footer widget tittles from H2 to H3 or <p>?Thanks! 895TheFox repliedAugust 1, 2018 at 8:43amHello Pong,If you want to do this you would need to edit the functions.php from line 369Why do you want to change the tags?You would probably need to add your custom css too to adjust.Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Pong repliedAugust 1, 2018 at 7:11pmAny easy way to add it to the child theme?I want to change it due to SEO, the content I'm planing to place on the footer won't need the weight of a H2.Thanks! 895TheFox repliedAugust 2, 2018 at 8:32amHello Pong,You can add this custom css in the child theme : add_action( 'register_sidebar', function( $sidebar ) { global $wp_registered_sidebars; if ( 'Footer - column 1' !== $sidebar[ 'name' ] ) return; $id = $sidebar[ 'id' ]; $sidebar[ 'before_title' ] = '<h2 class="cesis_f_widget_title">'; $sidebar[ 'after_title' ] = '</h2>'; $wp_registered_sidebars[ $id ] = $sidebar; });Duplicate this using column 2, column 3 etc for the number of column you use in the footerDo not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Pong repliedAugust 2, 2018 at 7:00pmWorked! Thanks a lot guys. 895TheFox repliedAugust 3, 2018 at 10:54amYou're welcome!Also I don't know if you already did it but if you could rate our theme 5 stars on themeforest, it would really boost our team motivation! You can do it from this page : http://themeforest.net/downloads and click the stars under the download button of our theme. Thanks in advance! If you already have rated our theme, then thanks a lot! Do not hesitate to contact us if you have more questions. Have a nice day! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme 1 LikePong repliedAugust 3, 2018 at 3:45pmJust did!Awesome work! 895TheFox repliedAugust 4, 2018 at 8:02amHello again,We saw the awesome review, thanks a lot, that really help the team!Do not hesitate to contact us if you have more questions. Have a nice weekend! Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hi guys, how can I change footer widget tittles from H2 to H3 or <p>?
Thanks!
Hello Pong,
If you want to do this you would need to edit the functions.php from line 369
Why do you want to change the tags?
You would probably need to add your custom css too to adjust.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Any easy way to add it to the child theme?
I want to change it due to SEO, the content I'm planing to place on the footer won't need the weight of a H2.
Thanks!
Hello Pong,
You can add this custom css in the child theme :
Duplicate this using column 2, column 3 etc for the number of column you use in the footer
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Worked! Thanks a lot guys.
You're welcome!
Also I don't know if you already did it but if you could rate our theme 5 stars on themeforest, it would really boost our team motivation!
You can do it from this page : http://themeforest.net/downloads and click the stars under the download button of our theme. Thanks in advance!
If you already have rated our theme, then thanks a lot!
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Just did!
Awesome work!
Hello again,
We saw the awesome review, thanks a lot, that really help the team!
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme