pietro445
Member-
Posts
16 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by pietro445
-
Website: https://wisteria-maroon-6fed.squarespace.com/ Password: bacas Hello All, I was wondering If I could change the type of button (ie: primary, secondary, tertiary) for the navigation and other parts of the website. If an aspect of the site uses a button, it defaults to using the primary button, limiting the variability of the website's design, and I am unable to change the type of button. Im sure there is a way to do this with CSS. Thank you!
-
How to change slideshow transition animation?
pietro445 replied to pietro445's topic in Customize with code
@creedon Hey creedon sorry for being vague. Yes I'd like for the instant replace effect to be changed to something smoother - like a fade in/fade out transition. -
How to change slideshow transition animation?
pietro445 replied to pietro445's topic in Customize with code
@Web_Solutions here is the url : https://wisteria-maroon-6fed.squarespace.com/ -
Password: bacas How do I change the animation between images on my slideshow - check front page. Thank you!
-
Hello all. I am curious as to how to implement a "stagnant" parallax (not sure the actual terminology for it) on any of my pages, but to practice with, my front page. Here is an example of what I am talking about: https://civitella.org/ I like how the images stay in the same location while the content scrolls on top of it. Here is my website: https://wisteria-maroon-6fed.squarespace.com/ password: HELPME
-
How do I add the code to the header for the page in squarespace 7.1?
- 3 replies
-
- navigation
- css
-
(and 1 more)
Tagged with:
-
Hello All, I would like to change the font color of my logo and the color of my hamburger menu icon in the navigation on certain pages to cater to the background color of the page. They are currently white, but I would like to change them to black when on the "Videos" page for example. Website: https://violin-aqua-9h9p.squarespace.com/ Password: HELPME Thank you!
- 3 replies
-
- navigation
- css
-
(and 1 more)
Tagged with:
-
Parallax effect with image not moving
pietro445 replied to charlineca's topic in Customize with code
I just want to know if there's a way of combining this code. For example, Here is the code for making a section position sticky, I included two sections out of the seven that I used on my homepage. @media screen and (min-width: 0px) { section[data-section-id="642dbb1f86b2a117d2043598"] { position: sticky!important; top: 0px!important } html { scroll-behavior: auto } } @media screen and (min-width: 0px) { section[data-section-id="643b0d6f597bb324b62f8b93"] { position: sticky!important; top: 0px!important } html { scroll-behavior: auto } } Would it be possible to combine them somehow so that I won't have to use as much code? something like this for example: @media screen and (min-width: 0px) { section[data-section-id="642dbb1f86b2a117d2043598"] & section[data-section-id="643b0d6f597bb324b62f8b93"] { position: sticky!important; top: 0px!important } html { scroll-behavior: auto } } -
How would I go about removing the scrollbar on my menu navigation? I enabled mobile menu navigation on the desktop and a scrollbar appeared. Website: https://violin-aqua-9h9p.squarespace.com/ Password: HELPME
- 8 replies
-
- navigation
- scrolling
-
(and 3 more)
Tagged with:
-
Parallax effect with image not moving
pietro445 replied to charlineca's topic in Customize with code
hey tuanphan, I implemented this on my website: https://violin-aqua-9h9p.squarespace.com/ password: HELPME I was wondering if Im able to consolidate the code in the custom css section. I implemented sticky parallax to my entire homepage and it came out to around 60 lines of code. Im sure Ill be able to add the section id somewhere in one block of code but i have no idea where. Thank you! -
I really appreciate this, thank you so much @creedon! Have a fantastic rest of your Sunday.
- 25 replies
-
- logo
- navigation
-
(and 1 more)
Tagged with:
-
Hello. Is there an option in to have the logo in the middle and navigation items on the right side? It is kind of frustrating that there is every option BUT having navigation on the right. I feel like this may only be possible with code.
- 25 replies
-
- logo
- navigation
-
(and 1 more)
Tagged with:
-
Hello everyone, I am making a website in 7.1 and saw that within the settings I was unable to change the navigation type of my desktop side to the menu or "hamburger" icon style. The mobile version consolidates all navigation titles into said pop-up menu by default. Is there a setting I am not seeing, or is this exclusively a CSS-enabled option?