Jump to content

Removing the automatic dash from a Quote Block

Recommended Posts

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
  • Replies 1
  • Views 637
  • Created
  • Last Reply

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.