brendanatebit Posted January 2, 2022 Share Posted January 2, 2022 (edited) Site URL: http://ATEBIT.net Hi there I am working on a new design for our website where the blog will be the primary navigation for the site. I want to remove the Blog titles completely from the overall blog image - image attached shows it currently. I am previewing it through the Haute template. Can anyone assist with code I can inject to remove? Just want it to be images for the blog posts only, or if possible, hover over the image and the title appears at the bottom of the image. Edited January 2, 2022 by brendanatebit More content added Link to comment
tuanphan Posted January 2, 2022 Share Posted January 2, 2022 You mean on Welcome page? Add to Design > Custom CSS /* remove blog title welcome page */ body#collection-5fbdedc5145a8629dc75592c .summary-title { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
brendanatebit Posted January 2, 2022 Author Share Posted January 2, 2022 6 hours ago, tuanphan said: You mean on Welcome page? Add to Design > Custom CSS /* remove blog title welcome page */ body#collection-5fbdedc5145a8629dc75592c .summary-title { display: none; } Hi there I do indeed - I've just set up a new landing page (http://atebit.net) password is 88OONN5ag1 The blog titles are still showing 😞 Link to comment
brendanatebit Posted January 2, 2022 Author Share Posted January 2, 2022 I should also say I mean I want to have each individual blog posts title not visible as part of the stack. Graphic only Link to comment
tuanphan Posted January 4, 2022 Share Posted January 4, 2022 On 1/2/2022 at 10:42 PM, brendanatebit said: I should also say I mean I want to have each individual blog posts title not visible as part of the stack. Graphic only Use this CSS h2.Blog-title { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment