EmileSmithfields
Member-
Content Count
11 -
Joined
-
Last visited
-
EmileSmithfields started following Custom code for removing quantity buttoon, Change colour of mobile information bar, Move product numbers on mobile and 2 others
-
Change colour of mobile information bar
EmileSmithfields posted a question in Coding and Customization
Site URL: https://brass-raspberry-tyxt.squarespace.com/ Hello, Does anyone know how to change the colour of the mobile information bar please? You seem to only be able to choose from a light or dark theme but i'd like to change to a custom colour. Thanks 🙂 -
Edit style of SOLD and SALE tags on products
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
This? /afghanandmoroccan @tuanphan -
Move product numbers on mobile
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
Thank you!! @tuanphan -
Edit style of SOLD and SALE tags on products
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
@tuanphan it's here - https://brass-raspberry-tyxt.squarespace.com/config/ thanks! -
Move product numbers on mobile
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
It's this page @tuanphan https://brass-raspberry-tyxt.squarespace.com/config/ but it's on every rug product 🙂 -
Site URL: https://brass-raspberry-tyxt.squarespace.com/ Hi, Does anyone know how to move the 1/4 down to underneath the product image on mobile please? You can't see it very well on some of the images we use! Thank you 🙂
-
Edit style of SOLD and SALE tags on products
EmileSmithfields posted a question in Coding and Customization
Site URL: https://brass-raspberry-tyxt.squarespace.com/ Hi, 1. Does anyone know how to change the style of the SOLD tag on products please? At the moment mine has a grey box running along the button (attached image). I added the grey box and changed the text to white with code: .product-mark.sold-out { color: white; } .product-mark.sold-out{background-color:#d3d3d3!important;} But i'd like it to have the grey button at the top right of the image instead (like the attached). Can anyone help please?? 2. Does anyone also know how to change the colour of the S -
Search bar in header in 7.1
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
Thanks both for your help! I did manage to figure it out in the end but it took a while! I couldn't get the magnifying glass though either -
Supremo reacted to a question: Search bar in header in 7.1
-
Site URL: https://brass-raspberry-tyxt.squarespace.com/ Hi everyone. Does anyone know if it's possible to add a search bar into your header using code? And if so, how to make it show just as a magnifying glass on mobile? Also, does anyone know if it's possible to add more than one message onto your announcement bar again using code? Thanks!
-
paul2009 reacted to an answer to a question: Custom code for removing quantity buttoon
-
Custom code for removing quantity buttoon
EmileSmithfields replied to EmileSmithfields's question in Coding and Customization
Thank you @paul2009that worked a treat! -
Custom code for removing quantity buttoon
EmileSmithfields posted a question in Coding and Customization
Site URL: https://brass-raspberry-tyxt.squarespace.com/ Hi everyone. Does anyone know how I can remove the quantity button on my product listings please? We have used custom code to get rid of the 'add to cart' button (below) but I can't seem to figure out how to get rid of the quantity! Has anyone done this before? Would you mind sharing your wisdom please? Code used to remove add to cart //hide add to cart button// .ProductItem-details .sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button{ display:none !important; } Thank you,