melina Posted March 23, 2020 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
tuanphan Posted March 23, 2020 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
melina Posted March 23, 2020 Author Posted March 23, 2020 Wow! This works great! Thanks for the solid, quick response! Reaaaally appreciate it! 😁
Recommended Posts
Archived
This topic is now archived and is closed to further replies.