WKIC Posted March 23, 2020 Share Posted March 23, 2020 Site URL: https://www.kayukaya.com/new-blog/testingpicture Hi, I would like to disable the display of date, time and title on the image. I am display information from my blog page. I tried this but didn't workout. Thank you. Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Add to Home > Design > custom CSS .blog-item-wrapper .title-desc-wrapper { visibility: hidden; } 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
derricksrandomviews Posted March 23, 2020 Share Posted March 23, 2020 place this code in the blog page advanced header code injection . <style> .date { display: none; }… <style> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.