matt-polacheck
Circle Member-
Content Count
16 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
How do I add text in hover state on social icons
matt-polacheck replied to matt-polacheck's question in Coding and Customization
The site is live now, but I would still like to add this if possible. Could you send the code? -
Announcement Bar Text Color 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
Actually, just found out how to do it without custom code! Disregard.- 2 replies
-
- announcement-bar
- color
-
(and 1 more)
Tagged with:
-
Site URL: https://chrysalis-goose-4pdd.squarespace.com In a past thread I found how to change the background color of the announcement bar, but the code to change the text color didn't work. Here is the code that works for the background: .sqs-announcement-bar-url { background-color: #040534; } Could you tell me the code to change the text color? Thanks!
- 2 replies
-
- announcement-bar
- color
-
(and 1 more)
Tagged with:
-
How do I put 2 boxes with text side by side 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
I'm pretty sure it was Clove. -
How do I put 2 boxes with text side by side 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
The site is in 7.1. I can't remember which template I started with, but shouldn't matter in 7.1 right? -
bangank36 reacted to an answer to a question: How do I put 2 boxes with text side by side 7.1
-
How do I add text in hover state on social icons
matt-polacheck replied to matt-polacheck's question in Coding and Customization
That doesn't seem to be working correctly (see attachment). I would like it to say "Follow on ..." exactly like the first example I posted. Is that possible? Thanks -
How do I put 2 boxes with text side by side 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
How can I make something exactly like the first attachment - 2 boxes side by side filled with any color and then text blocks over the boxes. That is what I want to do and can't find a way to do it. Just adding color to a text block background doesn't work well when you resize the site. Thanks. -
How do I put 2 boxes with text side by side 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
Did you get a chance to look at the site? -
How do I put 2 boxes with text side by side 7.1
matt-polacheck replied to matt-polacheck's question in Coding and Customization
password: owntheroom -
How do I put 2 boxes with text side by side 7.1
matt-polacheck posted a question in Coding and Customization
Site URL: https://chrysalis-goose-4pdd.squarespace.com/ I would like to put 2 boxes side by side for testimonials. I tried using textboxes and filling them with color, but on mobile they go together with out any space separating them (even if I use a spacer). Basically, I would just like it to look like the attached file. Seems like it would be easy, but I can't figure it out. Thanks. -
How do I add text in hover state on social icons
matt-polacheck posted a question in Coding and Customization
Site URL: https://chrysalis-goose-4pdd.squarespace.com/ See the attached image. I would like to add a box like this with Follow on ... for each social icon. Thanks. -
Change Horizontal Line Color entire site
matt-polacheck replied to matt-polacheck's question in Coding and Customization
Thanks all! -
Change Horizontal Line Color entire site
matt-polacheck replied to matt-polacheck's question in Coding and Customization
https://chrysalis-goose-4pdd.squarespace.com password: owntheroom -
Change Horizontal Line Color entire site
matt-polacheck posted a question in Coding and Customization
I want to change the color of all the horizontal lines on the site I'm designing in 7.1. I used this code: .sqs-block-horizontalrule hr { background-color: #1999ce; } It worked on the home page, but not on the other pages. -
creedon reacted to a post in a topic: Remove Underline from Links
-
Sorry - just seeing this. I figured out how to fix: .sqs-announcement-bar-close { display: none !important; }