raicap Posted March 6, 2022 Share Posted March 6, 2022 I would like to hide the page titles, but I noticed that the page title is linked to the product title and if I use the "visibility hide" command I also hide the product titles. Do you have any advice? Link to comment Share on other sites More sharing options...
endriu107 Posted March 6, 2022 Share Posted March 6, 2022 Please provide more details, add some example what you want exactly hide and what you didn't. If is posibble add link to your store. Link to comment Share on other sites More sharing options...
raicap Posted March 6, 2022 Author Share Posted March 6, 2022 the site is www.losmeraldo.com I posted two screenshots with highlighted the title that I would like to hide. I use the warehouse theme but couldn't find any settings in the live editor which gives me the ability to hide the titles. Furthermore, if I use the "visibility: hide" command, the title of the products is also hidden. Link to comment Share on other sites More sharing options...
endriu107 Posted March 6, 2022 Share Posted March 6, 2022 Try add to css this: #cms .h1.page-title { display: none; } Link to comment Share on other sites More sharing options...
Ress Posted March 6, 2022 Share Posted March 6, 2022 You could go to the cms page template: /themes/your_theme/templates/cms/page.tpl and add this empty block, it will overwrite the block where the page title is added. {block name='page_header_container'}{/block} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now