Hi guys,
Website: Vossani.com
Where can I get rid of the hyperlink in the shopping cart? Pic for reference:
Hi guys,
Website: Vossani.com
Where can I get rid of the hyperlink in the shopping cart? Pic for reference:
@flammagreg - you can go to cart drawer template and check this code for cart shipping text and from that text you can remove this link
Hi @flammagreg
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to hide that text.
.cart__shipping.text-link-animated { display: none !important; }
How do I find that? I just don’t know where to go to find the code. I can see the hyperlink through inspecting element, but don’t know where the code actually is.
@flammagreg - Shopify Admin → Online Store ->Theme → Edit code → cart drawer.liquid
That’s not a thing on my site
Do you know where I can delete the hyperlink instead of hiding the text?
@flammagreg - if you can accept me as collaborator , then I can check it, might be the file has different name
For sure, code is 3106
@flammagreg - sent request
I accepted
@flammagreg - please clear cache and check, it was in the default theme content and not in drawer, so I have changed it
One more question. A couple of things on the site turn gray on hover and have either a 0.4s or 0.6 ease to turn to gray. What is general code is would use to have the same ease when turning back to black after not hovering. I hope that makes sense
@flammagreg - most of the cases it would be transition css, you can set it to the element you want and then that particular element will take time you set to show css properties applied
Right now it turns back to black immediate after not hovering and looks odd
I get that, but I’m not sure how to actually execute that. Could you do a 0.4s ease back to black on the four links in footer so I can have an idea of what to do?
@flammagreg - plz chk