Hide article titles on featured news tiles Home › Forums › Magazine Point Pro › Hide article titles on featured news tiles This topic is empty. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 14, 2019 at 2:53 pm #10022 AnonymousInactive Hi. On my homepage, is there anyway to change the text on the thumbnails? I want the homepage to just show the featured image and for the title of the article to appear once you hover over it. Is there any code to facilitate this? January 15, 2019 at 5:28 am #10048 Axle SupportModerator Hi @Fraser, The theme does not have this feature (show only featured image and display title on hover) by default. We believe you can achieve this by adding custom CSS. January 15, 2019 at 9:17 am #10055 AnonymousInactive Hi I am not well versed with CSS. Is there code you could advise I use? January 16, 2019 at 6:38 am #10060 Axle SupportModerator Hi @Fraser, Can you please provide us your site URL? February 16, 2019 at 1:08 pm #10385 AnonymousInactive My site URL is http://www.thesoulhouse.net February 17, 2019 at 11:07 am #10387 Axle SupportModerator Hi @Fraser, Please go to Appearance > Customize > Additional CSS and add following CSS #featured-news .featured-news-text-content{ display: none; } #featured-news .featured-news-item:hover .featured-news-text-content{ display: block; } We hope it will work as you wish. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In