hey_sp
-
Posts
17 -
Joined
-
Last visited
Reputation Activity
-
hey_sp got a reaction from HoaLT in Adjusting the size of a list style bullet point (disc)
@HoaLT Thank you so much!!! That fixed it!
-
hey_sp reacted to TestAccount786 in Squarespace broke bullet points in accordions
Fixed
This line of code changes the look of the bullet points to normal dots:
ul { list-style-type: disc; } and this changes the bullet points of the indented to normal dots:
ul ul ul { list-style-type: disc; } For some reason when you update your description Squarespace applies a different CSS for the bullet points as previously. Idk how long this will serve as a solution, let's see
-
hey_sp reacted to Ziggy in Changing the colour of one button in my main nav
You're welcome!
You can change nth-child(1) to nth-child(2) if you want to target the other button.
-
hey_sp got a reaction from Ziggy in Changing the colour of one button in my main nav
@Ziggy That worked perfectly!! Thank you so much!
-
hey_sp got a reaction from creedon in Changing the colour of one button in my main nav
@Ziggy I added the button by following this post which lead me to this solution and it worked like a gem!
-
hey_sp reacted to creedon in Adding a second button in mobile header with HTML
My code needs a little assist as you've modified how the SS default menus work.
Add the following to Website > Website Tools > Custom CSS.
.header-menu-cta { flex-direction : column; }
My coding doesn't alter the height specifically but it is altering various elements and that may have changed the height. If you used custom code to alter the height of something you may need to update that code to work with what my code is doing.