Jump to content

How to remove and replace "Quick View" words in shop?

Recommended Posts

Site URL: https://akujewelry.com/shop

Hi,

How do you remove the words "Quick View" in the shop page? I would like to either

(1) remove it so when you hover over my image, you can see the second image clearly without obstruction, or

(2) replace it with the price with a translucent color behind when you hover over it. 

What would the custom CSS be for these two options? Would appreciate any comment here. Thank you!

Here's the link to my shop: https://akujewelry.com/shop

Screen Shot 2020-08-20 at 12.26.39 PM.png

Link to comment
  • Replies 4
  • Views 3.8k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Quick View is a feature that you can disable without requiring code - see this support article.

 

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment
  • 1 year later...

Hi! I'm hoping to find the answer to this question too. I would like to replace the words "quick view" with my own text, "Add-on".

I'm using this css:

 

.sqs-product-quick-view-button-wrapper .sqs-product-quick-view-button {
    opacity: 0;
  content: "ADD-ON"!important;
    display: inline-block;
    position: relative;
    z-index: 6;
    width: auto;
    height: auto;
    padding: 1.4em;
    color: white;
    background-color: darkred;
    border-width: 0;
  font-size: 24px;
    line-height: 1em;
    text-align: center;
}

Everything is working except the content replacement

Link to comment

The content property can only be used with ::before and ::after pseudo-elements to add content, not replace it. If you apply it to an element, as you did above, the value has no effect.

About me: I've been a SQSP User for 18 yrs. I was invited to join the Circle when it launched in 2016. I have been a Circle Leader since 2017. I don't work for Squarespace. I value honesty, transparency, diversity and good design ♥.
Work: I founded and run SF.DIGITAL, building Squarespace Extensions to supercharge your commerce website. 
Content: Views and opinions are my own. Links in my posts may refer to SF.DIGITAL products or may be affiliate links.
Forum advice is free. You can thank me by clicking one of the feedback emojis below. Coffee is optional.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.