nonaforevs
Member-
Content Count
17 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Feds reacted to an answer to a question: Add a link to text in code block
-
Changing the colour of font that is a link
nonaforevs replied to Vintageeden's topic in Site Design and Styles
What is your site password so we can take a look at the site? -
nonaforevs reacted to an answer to a question: Padding Issue!
-
From looking at your site, it looks like you've been able to do this already. If you only wanted an icon link that opened up in a new tab (rather than the text), try this in your Code Block: <a target="_blank" href="https://www.linkedin.com/" target="_blank"> <i class="fa fa-linkedin" aria-hidden="true"></i><span class="sr-only">LinkedIn</span></a> Replace https://www.linkedin.com/ with your own LinnkedIn profile link The LinkedIn icon comes from Font Awesome, so make sure to add this link to your Contact page's Code Injection in the Advanced sec
-
Try this in your CSS panel: .products.collection-content-wrapper .category-filter-wrapper { padding-bottom: 1vw; } To remove it altogether, try 0vw as the value with padding-bottom
-
To take a look at your site, what's your site password?
-
JoannePH reacted to an answer to a question: Embed a Google Map to a Page
-
nonaforevs reacted to an answer to a question: HOW TO CHANGE BLOG TITLE FONT AND FEATURED POST TITLE FONT WITH CSS
-
Are you using a Code Block? If so, uncheck 'display source' inside the block. If you'd like to send us the exact code here and the URL of your site it will be easier to pinpoint the issue.
-
HOW TO CHANGE BLOG TITLE FONT AND FEATURED POST TITLE FONT WITH CSS
nonaforevs replied to OVID's question in Coding and Customization
Try this but add your font to it like the others: /* For the blog post titles */ h1.entry-title.entry-title--large.p-name { font-family:'pragmatica-extended'; }- 6 replies
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
nonaforevs reacted to an answer to a question: HOW TO CHANGE BLOG TITLE FONT AND FEATURED POST TITLE FONT WITH CSS
-
How do I move the hamburger icon from left to right align?
nonaforevs replied to KellyHeard's question in Coding and Customization
Could you set a site-wide password and share that here so I can take a look at the site? Set the site-wide password by going to the Settings section, Site Availability. -
Domain issues when using Memberspace
nonaforevs replied to blanchejohanna's topic in Pages and Content
Could you add your site URL here so I can see your site? -
HOW TO CHANGE BLOG TITLE FONT AND FEATURED POST TITLE FONT WITH CSS
nonaforevs replied to OVID's question in Coding and Customization
Not certain of the font you're wanting to use instead but try this in CSS panel in the Design section: /* For the Featured posts in the Summary Block */ a.summary-title-link { font-family:'pragmatica-extended'; }; /* For the masonry blog titles */ .blog-masonry h1.blog-title { font-family:'pragmatica-extended'; }- 6 replies
-
- css
- custom-css
-
(and 1 more)
Tagged with:
-
Scripts can sometimes be disabled while logged in. Best to check your site when logged out or in an incognito window to see how the code looks. If it's still not displaying, reply with your site URL and site-wide password if you have one set so we can take a look.
-
Password for site visibility is auto-filling
nonaforevs replied to stiltgrass's topic in Pages and Content
Just in case it's helpful: for site wide passwords Squarespace will display extra dots automatically but your password would still the one you set. As an example, if your site password is 'pass' Squarespace will automatically hide it with dots and those dots will be more than four. This got me for ages when I started so I hope it helps. -
New Instagram posts not being pulled into feed
nonaforevs replied to c137555's topic in Pages and Content
When an Instagram feed isn't updating, you can check the connection between Squarespace and Instagram. Go to Settings on your site and then Connected Accounts. If you see a red message about reauthorization, you'll need to reauthorize the connection. Then go to the Instagram Block directly and check that connection matches. -
nonaforevs reacted to an answer to a question: Center social icon block on mobile
-
carrie1 reacted to an answer to a question: Center social icon block on mobile
-
Could you double check your site URL? I'm seeing that the site doesn't exist so I can't check it out. Thanks!
-
Hey @cjfeagin , this can happen if the thumbnail image isn't changed. When you open your product's settings, you'll see the images you've uploaded, but click on the Options tab to see the thumbnail image specifically. It sounds like for all images the thumbnail is the same so you'll need to change that in the Options tab.
-
Aligning Nav to bottom of logo – Foster template
nonaforevs replied to Bigc200's topic in Site Design and Styles
Can you add a link to your website?