Jump to content

Help with a squarespace website

Recommended Posts

Posted

I'd really appreciate if anyone could you help me with the following:

  1. On the mobile site you can scroll vertically to a blank space, how do it stop the scroll/fix this not a happen?
  2. Make footer black on just the home page and about page
  3. Change the text size of product title on the home page
  4. Contact form - move name of the field inside the field box
  5. Pre-order page - stop the image from changing when you hover over the image
  6. Shopping cart page - change from shopping cart to shopping bag and make the font and size all the same

 

The site is https://www.qeys-inc.com/ and pw is website.

Thanks

Elle

  • Replies 9
  • Views 531
  • Created
  • Last Reply
Posted

#1. Add to Design > Custom CSS

html, body {overflow-x: hidden;}

#2. Keep up or copyright section?

#3. Add to Design > Custom CSS

body.homepage a.product-title {
    font-size: 1.5em !important;
}

#4. Where is form?

#6. Add to Design > Custom CSS

h2.cart-title {
    visibility: hidden;
}

h2.cart-title:before {
    visibility: visible;
    content: "Shopping Bag";
}

 

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!)

Posted
3 hours ago, tuanphan said:

Thanks so much!

#2. Keep up or copyright section? - copyright section

#4. Where is form? - the form is on the contact page section

Also the 1st and 3rd image on the home page shows up very small on a mobile, how do I change the size?

 

Posted
On 8/27/2021 at 3:15 PM, qeys said:

 

#2. Add to Design > Custom CSS

/* Homepage About page footer */
body.homepage, body#collection-611cab6b7fc25f317a0d7b41 {
footer.sections .section-background {
    background: black;
}
footer.sections * {
    color: white;
}}

#4. I guess you can edit Field >> Add Placeholder?

#5. I see no images on homepage. Can you take a screenshot?

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!)

Posted

Thanks alot for your help!

#4. I guess you can edit Field >> Add Placeholder? - how do i do this?

#5. I see no images on homepage. Can you take a screenshot? Attached are the screen shots, how do change the size/ make it relative to the size on the desktop site?

 

IMG_1767.PNG

IMG_1768.PNG

Posted
On 8/31/2021 at 5:12 AM, tuanphan said:

You should remove white space within image.

image.thumb.png.324ff6818e0eddf54abe0ec7ab511697.png

Form placeholder

image.thumb.png.650d47962f96df3ace930e5d655b5fcd.png

Thank you. Could you help with: 

  1. Shopping bag page - change SHOPPING BAG Title from upper case to upper and lower and upper case?
  2. Shopping bag page - the font of Item, price a quantity is much smaller. How do make the font and size of all the text on that page the same? 
Posted
On 9/2/2021 at 2:34 AM, qeys said:

Thank you. Could you help with: 

  1. Shopping bag page - change SHOPPING BAG Title from upper case to upper and lower and upper case?
  2. Shopping bag page - the font of Item, price a quantity is much smaller. How do make the font and size of all the text on that page the same? 

Hi,

#1. Change to "Shopping Bag"?

#2. Can you share link to a product (Just want to add it to cart to view cart page)

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!)

Posted
On 9/11/2021 at 1:48 PM, qeys said:

#1. Find & edit this CSS

h2.cart-title:before {
    visibility: visible;
    content: "Shopping Bag";
}

to this

h2.cart-title:before {
    visibility: visible;
    content: "Shopping Bag";
    text-transform: capitalize;
}

#2. I mean product page. Can you share link to an individual product?

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!)

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.