melina Posted March 23, 2020 Share Posted March 23, 2020 Site URL: https://www.pbshealthcare.com/providers-staff Hello! I would like some help custom coding the description of the summary block on mobile. Currently you have to click on a button in the bottom right hand corner to display the text (the bio of staff). Is there another, more prominent way to display this via custom coding??? Thanks in advance!!! Melina Link to comment
tuanphan Posted March 23, 2020 Share Posted March 23, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* hide dot */ .yui3-lightbox2 .sqs-lightbox-meta-trigger { visibility: hidden; left: 0; right: 0; width: 100%; } .yui3-lightbox2 .sqs-lightbox-meta-trigger:before { display: block; visibility: visible; content: "Tap to show bio"; text-align: center; } } 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
melina Posted March 23, 2020 Author Share Posted March 23, 2020 Wow! This works great! Thanks for the solid, quick response! Reaaaally appreciate it! 😁 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.