I'd like to utilize the Page Titles at the top of my pages, but I don't want the title or breadcrumbs to display within the section (I only want the background image to display).
Is there a way to remove the page title itself from displaying, other than making the text transparent in the theme options? I'd like to have my H1 appear below the page title area.
Hiding the breadcrumbs is self-explanatory, nice and easy.
Hello,
I'd like to utilize the Page Titles at the top of my pages, but I don't want the title or breadcrumbs to display within the section (I only want the background image to display).
Is there a way to remove the page title itself from displaying, other than making the text transparent in the theme options? I'd like to have my H1 appear below the page title area.
Hiding the breadcrumbs is self-explanatory, nice and easy.
Thanks!
Hello Josh,
You can do this add this custom css ( thefox > styling options ) :
.page_title_ctn .table_wrapper { display:none; }
.page_title_ctn { padding: 60px 0; }
This will hide the title container content but keep the background. Change 60px to change the title space height.
If you want to have the h1 in the page you would need to edit the page.php file.
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
Hello Josh,
Sorry we forgot !important
It should be working now!
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