eanderson
Member-
Content Count
2,184 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
markleestudio started following eanderson
-
Janna_K reacted to an answer to a question: Open Markdown link in a new tab?
-
brigidc.campbell reacted to an answer to a question: How can I hide the 'Quantity Select' field on a product page?
-
hotwatersystem started following eanderson
-
saf reacted to an answer to a question: Embedding code from Society6
-
sarah.cs reacted to an answer to a question: Open Markdown link in a new tab?
-
eanderson joined the community
-
hartroberts started following eanderson
-
GetGoingDesign started following eanderson
-
colin.irwin started following eanderson
-
Adversary: Changing site title to a custom font
eanderson replied to thedjbigc's question in Coding and Customization
You just need to assign the font to the right element. The font family assignment is on the 'a' not the '#siteTitle' wrapper. #siteTitle a {} -
Ishimoto: Can I justify text within Squarespace?
eanderson replied to ApertureStar's question in Coding and Customization
Wait...ALL your body text is an H3?- 22 replies
-
- ishimoto-template
- text
-
(and 1 more)
Tagged with:
-
What template is this site using?
eanderson replied to kiyahc's topic in Getting Started With Squarespace
That site is using Pacific. http://squarespace.com/templates/?q=pacific -
There are no member accounts with Squarespace Commerce at this point. So, an integration with a CRM doesn't make a lot of sense.
-
Embedding code from Society6
eanderson replied to mattmatthew's question in Coding and Customization
@mattmatthew you should be using a Code Block, it's surprisingly simple once you get used to the scripts being blocked while logged in ... here is a quick tutorial I recorded with your script. Works exactly as intended: http://quick.as/AYwsDP7P -
Embedding code from Society6
eanderson replied to mattmatthew's question in Coding and Customization
Use the Code Block, that should work just fine. However, you'll need to be logged out to see it work ... most JavaScript is blocked while you are logged into the administration. -
Embed Google Map in Code Block
eanderson replied to RenegadeKitchen's question in Coding and Customization
Use an Embed Block with a manually set embed code. Like this: http://quick.as/0AbCrYBD -
You can also just let IE not have this feature.
-
How do I center the text from my HTML code in Markdown?
eanderson replied to kateco's question in Coding and Customization
You could forgo the whole Markdown Block and just link up the text you already have, no? -
Bedford: How can I increase the page width?
eanderson replied to gina171's question in Coding and Customization
@tryingtobehelpful FYI: since #content is inside #page it's not necessary to include it as well. It could also cause unintended side effects when a sidebar is enabled within a blog collection.