jacauschi23 Posted April 28, 2020 Share Posted April 28, 2020 Site URL: https://leanexecs.com/ On the homepage, scroll down to the 2 quote blocks. Above each name source is a dash. I've located the dash on Chrome Inspect but it's just labeled as #text that is within each block (block-yui_3_17_2_1_1587776879094_8710 and block-yui_3_17_2_1_1587776784679_8417) So when I try to hide it, the only way I can ends up hiding the entire name source or the entire block. How can I remove those dashes in each quote block? Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 You need to use JavaScript to do this. I solved similar post, you can search on Forum, same question title, I guess so. Just checked your site, you can also use CSS, add to Home > Design > Custom CSS /* hide all quote text */ .quote-block figcaption { visibility: hidden; } /* remove hide heading paragraph */ .quote-block h2, .quote-block p { visibility: visible; } 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.