CreationsbyS
-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by CreationsbyS
-
-
Hi!
I wish to have a change the font for H1 only across my site, and the code I tried doesn't work. I put it in Design>Custom Cssh1 {
font-family: ‘alisha'; !important;
}What have I done wrong? Why doest it work.
My website is kristensenart.com
Thanks in advance. -
8 hours ago, creedon said:
I think you'll find that your code will hide all atc and quantity. I suggest going with the method I provided. With it you can hide products at will just by adding a tag to a product.
Oh I actually did want to hide all atc and quantity. So unless this is a bad way of using the codes I shared (?), I am happy with the result.
-
3 hours ago, creedon said:
Please see the following.
Let us know how it goes.
I tried another code that I found you posted earlier in another thread, but I changed it a bit and also added some coding, seemed to have worked 🙂
I've used this code:
<style>
.ProductItem-details .sqs-add-to-cart-button-wrapper {
display : none;
}
</style><style>
.ProductItem-details .product-price {
display : none;
}
</style><style>
.ProductItem-details .product-quantity-input {
display : none;
}
</style> -
-
Hi!
I am looking to hide the "add to cart" button AND "quantity" on only ONE of my product pages. Is that possible to do? Here is the page:
https://kristensenart.com/jewelry -
On 10/18/2022 at 7:50 PM, creedon said:
If a company is unresponsive you should be able to go to your bank and put a stop on those charges.
Hey Creedon and everyone! I managed to login to my shiny pass profile and end my subscription! Yay, but too bad bcoz now I need to find another extension.... I am thinking of sf.digital even though its more expensive :/.
What extension do you guys use? And which do you recommend? -
On 10/29/2020 at 5:10 PM, Leo_SP said:
I did not find a Squarespace currency converter extension that performed similarly to those found on other platforms so I built my own which supports more than 160 currencies, automatically detects the visitor's currency based on his/her location and supports all templates (including 7.1 templates).
You can check testimonials from a few of my customers here: https://shinypass.com/currencyconverter
I hope it may be useful to anyone coming across this thread who wants to increase their sales with a currency converter extension that automatically displays prices in the currency of your potential customer when he/she visits your website.
N.B.: Posted with permission from a Squarespace Forum Admin.
My Shiny pass suddenly stopped working on my site, and I cant figure out how to make it work again??? I was billed for this month but for the past 2 weeks its been absent.
Customer support don't reply and I cant figure out either how to stop my subscription.
Help, anyone? -
On 10/13/2022 at 4:07 PM, Chris007 said:
Hi Leo, It has recently stopped working on my site – I have emailed your support. Can you please help, thank you in advance.
My Shiny pass suddenly stopped working on my site too, and I cant figure out how to make it work again??? I was billed for this month but for the past 2 weeks its been absent. Anyone figured out what to do? Customer support don't reply and I cant figure out either how to stop my subscription. Help, anyone?
-
On 10/10/2022 at 1:47 PM, tuanphan said:
If you want to do this on all pages, add this code to Settings > Advanced > Code Injection > Header
<style> div.sold-out .product-price { display: none; } </style>
If you want to do this on one page, add this code to that Page Header (do not add to Custom CSS)
<style> div.sold-out .product-price { display: none; } </style>
Yes finally something works! Took some time for us to get there, but we did in the end :). Thank you!
-
On 10/6/2022 at 5:18 AM, tuanphan said:
I had to do some maintenance on website, so its this page https://www.creationsbysujatha.com/artgallery
All the sold products on this page I want the price to be hidden. Right now I've set them to 0. But I wish for this NOT to show.
DO you have a code that will work for me? -
On 10/2/2022 at 10:44 AM, tuanphan said:
I meant hide sold out price on which pages: product list + individual products + related products or?
Hide sold out prices on on individual product I presume. You can visit my product page which was linked at the beginning and you will understand.
-
14 hours ago, tuanphan said:
Do this on list page or list page + individual products + related products?
Sorry I don't understand what you mean? Please explain further. Thanks.
I am attaching a print screen of how my CSS looks like currently, where the code to hide prices on sold product doesn't work. -
Site URL: https://www.creationsbysujatha.com/abstract-art
Hi!
The code I've been using to hide prices on sold products has stopped working. Ive tried update it with all the suggested codes from the forum after Aug 2022, but still with no success. None of them works on my site. Please if anyone can help me and provide a code that will actually work. I wish it to say Sold without the price.
Thanks in advance.
Using Custom CSS to change to other Squarespace fonts for single page
in Customize with code
Posted
Yes it worked, thanks!