Guest Posted July 27, 2020 Share Posted July 27, 2020 I want my initial page to have an image of my logo in the middle of the (landing) page. The header/pages/logo is there though and I'm sure how to remove. On Wix you could simply disable them and I'm looking for a work around on here. Attached is a screenshot showing my header with my logo on the left and my pages on the right. The logo and pages need to go! Please reply with recommendations or code to help! Link to comment
rwp Posted July 27, 2020 Share Posted July 27, 2020 If you delete the logo image it will replace it with the site title. Or you can hide it by adding to design -> custom css .header-title { visibility: hidden; } Link to comment
unknownjason Posted August 11, 2020 Share Posted August 11, 2020 rwp, any way to specify that the logo only be disabled on certain pages? Looking to have mine disabled on my landing home page, but active elsewhere. Link to comment
tuanphan Posted August 11, 2020 Share Posted August 11, 2020 3 hours ago, unknownjason said: rwp, any way to specify that the logo only be disabled on certain pages? Looking to have mine disabled on my landing home page, but active elsewhere. Add to Page Settings > Advanced > Header if the code doesn't work, can you share site url? <style> .header-title { visibility: hidden; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.