1948-23 Posted March 6, 2021 Share Posted March 6, 2021 Site URL: https://cavaliers.org/staff-bod Not one code is seeming to work on my website. I've added this: #header { position: fixed; width: 100%; z-index: 4; } as a Custom CSS to make fixed my website header so that's it's always showing, but it's not working. And I've tried this: <style> .date { display: none; } </style> AND this: <style> .tweak-blog-item-show-date .blog-item-wrapper .blog-meta-item--date { display: none; } time.blog-date { display: none !important; } </style> in specific blog collections to hide the published dates and neither worked! In a previous template I used this: <style> p.date.entry-author {display: none !important} .collection-type-blog article .date {display: none;} </style> to hide author and publish dates which worked perfectly fine, but since switching to the template there was already a feature to disable both. I've disabled the authors name (which I needed site wide so great!) but I don't need to disable publish dates site wide. Does anyone know another solution? Who can help me out? This is for the Mentor template. Thanks! Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 Q1. Add to Design > Custom CSS header.Header--top { position: fixed !important; top: 20px !important; left: 0; z-index: 999; width: 100%; } .Site-inner { margin-top: 162px; } Q2. It looks you solved? 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
1948-23 Posted March 7, 2021 Author Share Posted March 7, 2021 No, Q2 is not solved. The code for Q1 works - thanks! - but there's an odd gap at the top. As for Q2, I don't want the dates with these biographies. They're under the url cavaliers.org/staff-bod Link to comment
tuanphan Posted March 8, 2021 Share Posted March 8, 2021 9 hours ago, 1948-23 said: No, Q2 is not solved. The code for Q1 works - thanks! - but there's an odd gap at the top. As for Q2, I don't want the dates with these biographies. They're under the url cavaliers.org/staff-bod Q1. edit 20px to 0px Q2. Add to Design > Custom CSS /* Staff bold hide date */ body#collection-58805ada15d5db76abd8ab74 time { display: none; } 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
1948-23 Posted March 11, 2021 Author Share Posted March 11, 2021 This doesn't remove the code within the articles though. Thanks! Link to comment
tuanphan Posted March 20, 2021 Share Posted March 20, 2021 On 3/11/2021 at 9:20 AM, 1948-23 said: This doesn't remove the code within the articles though. Thanks! You mean date on list page or blog post detail? 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.