hey_sp
Member-
Posts
17 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by hey_sp
-
@HoaLT Thank you so much!!! That fixed it!
-
Hi! It seems like Squarespace has done some sort of update that's changed the appearance of bullet points in accordions. It's not being applied to previously made components but anytime I update or create a new one the bullets are just outlined circles rather than filled in dots. Someone else had the solution of the below code: ul { list-style-type: disc;} ul ul ul { list-style-type: disc;} This has solved the bullet problem but I can't figure out how to edit the discs. I'm hoping to just make them smaller as right now the're larger than all the rest of the bullets on the site, but I can't seem to figure out what to target them in my css. Does anyone have any thoughts? Or is there a better solution for the original bullet problem? Website page is linked below: https://www.ingoodcompanycounselling.ca/noah password: igc
-
Squarespace broke bullet points in accordions
hey_sp replied to TestAccount786's topic in Site Design & Styles
Oh my goodness, thank you so much for figuring this out!! I was at the end of my rope! Do you have any thoughts on how you would change the bullet/disc size? I'm hoping to make it a little smaller. -
Changing the colour of one button in my main nav
hey_sp replied to hey_sp's topic in Customize with code
@Ziggy That worked perfectly!! Thank you so much!- 6 replies
-
- button
- custom-css
-
(and 1 more)
Tagged with:
-
Changing the colour of one button in my main nav
hey_sp replied to hey_sp's topic in Customize with code
@isabellarossi593 thank you, that's how I started out but had a hard time finding the correct identifier. I can't seem to find an ID when I inspect the code for the button so I tried to use the href for that button to help identify it but I must have been doing that wrong. This probably all boils down to me not being able to find/use the correct identifier.- 6 replies
-
- button
- custom-css
-
(and 1 more)
Tagged with:
-
Changing the colour of one button in my main nav
hey_sp replied to hey_sp's topic in Customize with code
@Ziggy I added the button by following this post which lead me to this solution and it worked like a gem!- 6 replies
-
- button
- custom-css
-
(and 1 more)
Tagged with:
-
Hello! I have custom code creating two buttons in my main nav and I want to just target one of them to change the colour. Is there a way for me to change the background colour of just the "Match with a Therapist" button in my header nav and leave "Book an Appointment" as is? https://goldfish-wrasse-48kn.squarespace.com/ password: igc
- 6 replies
-
- button
- custom-css
-
(and 1 more)
Tagged with:
-
How do I target a specific link in the main menu with CSS?
hey_sp replied to designbyjrs's topic in Customize with code
Hi @tuanphan I think this is a similar issue. I have two buttons in my main nav and I want to just target one of them. Is there a way for me to change the background colour of just the "Match with a Therapist" button in my header nav? https://goldfish-wrasse-48kn.squarespace.com/ password: igc- 12 replies
-
- css
- navigation
-
(and 1 more)
Tagged with:
-
Adding a second button in mobile header with HTML
hey_sp replied to hey_sp's topic in Customize with code
@creedon Thank you so much your post in that thread is the perfect solve for my problem!! Would you be able to point me to what I would adjust in the code to make the buttons stack in the dropdown menu? But leave them in a row on the main nav bar. I think the coding might also be shortening the height of my main nav bar. Is there something in there that could be overriding my height settings?- 3 replies
-
- code-injection
- button
-
(and 1 more)
Tagged with:
-
Hi! I'm trying to add a second button in my main nav and I need it to show on the mobile nav header since I'm forcing that view when the site is on desktop view. I've duplicated the html of the current button "Book an Appointment" to make a "Match with a Therapist" button right next to it that looks the same. When add it to Header code injection it's being placed behind the nav bar so you can't see it. (if you overscroll up at the top you can see it) Any chance anyone has an idea of why this is happening? Here is a link the the site the https://goldfish-wrasse-48kn.squarespace.com/ password: igc I've added a screenshot below of what I would like it to look like.
- 3 replies
-
- code-injection
- button
-
(and 1 more)
Tagged with:
-
I'm having the same issue. Has anyone found a solution to this?