-
Content Count
81 -
Joined
-
Last visited
Personal Information
- Website
-
Location
New Jersey
Recent Profile Visitors
-
stapers reacted to an answer to a question: Removing background image on mobile
-
paul2009 reacted to a post in a topic: Remove Underline from Links
-
jakestollery reacted to an answer to a question: Add borders to website in 7.1 with CSS
-
creedon reacted to a post in a topic: Remove Underline from Links
-
Site SEO not updating on Google Search
ChrisBartow replied to pinoff002's topic in SEO and Marketing
It's coming up correctly for me. Try doing your search in a private/incognito window. -
Try adding this to your custom css: a { background:none !important; }
-
SBSidekick reacted to an answer to a question: How can I make the site header solid on blog post only?
-
alexhether reacted to an answer to a question: Add borders to website in 7.1 with CSS
-
dnmddy reacted to an answer to a question: Hiding comma between tags on a blog summary
-
giflishtih reacted to a post in a topic: Change Default Color Theme in 7.1
-
ChrisBartow reacted to a post in a topic: Change Default Color Theme in 7.1
-
color Change Default Color Theme in 7.1
ChrisBartow replied to sme06's topic in Site Design and Styles
The solution I was told was to not use transparent headers. I suppose as long as you use a text based logo you would be fine as well since it will switch to be friendly no matter if it's a light/dark background in the header. I find it strange that this feature is supported so poorly when it appears on almost every demo site. I just re-design an entire site in a less pleasing esthetic to fix this. 🥺 -
Hiding comma between tags on a blog summary
ChrisBartow replied to Kmcgrath's question in Coding and Customization
There isn't. CSS allows you to only do some basic text manipulation, typically adding things before or after. The script does the following: Waits for the document to load. Searches for all the elements that have the class 'summary-metadata-item--tags'. Loops through each of these elements Replaces every occurrence of a comma (,) with an empty string ('') in the element. It's not really an elegant solution, but since you can't change the underlying HTML, it's the only solution at the moment. -
Hiding comma between tags on a blog summary
ChrisBartow replied to Kmcgrath's question in Coding and Customization
This feels wrong to do, but this javascript should remove it. Add it to your code injection under settings -> advanced for the page you want to change. <script> window.onload = function(){ var tags = document.getElementsByClassName('summary-metadata-item--tags'); for(i=0;i<tags.length;i++) tags[i].innerHTML = tags[i].innerHTML.replace(/\,/g,''); } </script> -
color Change Default Color Theme in 7.1
ChrisBartow replied to sme06's topic in Site Design and Styles
It appears they removed this feature when they rolled out the last update to the color theme. I'm in the same bind with White Minimal being my only option on pages without banners. -
I swear only a few weeks ago you use to be able to change the default color scheme from white minimal to anything else. Am I stuck with white minimal as the default header on pages without a background now?
-
Changing text color of a button on other pages?
ChrisBartow replied to jlama's question in Coding and Customization
The easiest way to do this would make the button text orange by default, then on the Homepage under this under Settings -> Advanced -> Page Header Code Injection <style type="text/css"> .header-display .btn { color:white; } </style> -
How can I make the site header solid on blog post only?
ChrisBartow replied to Mountainmint's question in Coding and Customization
You can use this code on the Post Blog Item Code Injection to invert the logo. <style type="text/css"> .header-title-logo { filter:invert(1); } </style> Guessing something similar is happening with the button. If you give me a link, I can take a look. -
Prioritizing Text Box Order on Mobile
ChrisBartow replied to KRBVenturesLLC's question in Coding and Customization
It has to do with how you drag the boxes and position them next to each other. You want this line showing up between them and not the full box floating to the right. If you have the box floating to the right, it will put that above it in the mobile view. Hopefully that makes sense. -
ChrisBartow reacted to a post in a topic: Pull Hours from Business Information
-
Hm... it should work, just tried it on one of my sites and it showed up fine and it works if I add it via the developer console. Are you adding it in the Custom CSS under Design on the left?
-
You can try adding this into Custom CSS, it should work. #site-title::after { content:"- ACD Copywriter"; font-size:0.6em; }
-
Reduce space between navigation and page content
ChrisBartow replied to stevecflee's question in Coding and Customization
Did you try this in the custom css? .Main-content { padding:0px !important; } -
Weird URL created upon creating new site
ChrisBartow replied to Antoinesailor's topic in Getting Started With Squarespace
This is normal. If you go to Settings -> Domains you'll see the built-in domain and you can change it to whatever you like. -
I'm guessing you provide parent consulting services regarding their childs development? I would state more clearly exactly what you do. You help parents with child development, but how? Selling a book? 1-on-1 consulting? Group consulting? Online courses? You probably need another tab on the top that says Services or Products or How we help? or Work with Us.