Websley
-
Posts
30 -
Joined
-
Last visited
Community Answers
-
Websley's post in Change text of "You Might Also Like" on product pages in Wells template? was marked as the answer
Hey this should work on removing it and replacing it with different text:
h2.ProductItem-related-label {
visibility: hidden;
}
h2.ProductItem-related-label:before {
content: "Whatever text you want";
visibility: visible;
}
-
Websley's post in Header width issue... was marked as the answer
Yeah this is actually native to Squarespace! You just head into site styles -> accessories -> and then you can adjust the site margin to your liking. Hope this helps!
-
Websley's post in Issue with custom font on Mobile was marked as the answer
Make sure whatever you input between the quotes is the exact same as the text you put for font-family. Right now it's not showing up on either mobile or desktop because the font-family isn't the same.
PS: Make sure there's more spacing in the Meet Brandi section.
Hope this helps!