-
Posts
11 -
Joined
-
Last visited
baldwin's Achievements
-
I have both of these set up as service sections, carousels. What about be the code to make them smaller AND is there a way to get them together on the Ultimate Duo screenshot. I already have code for this one to get it to display side by side like this. @media screen and (min-width:768px) { section[data-section-id="673770ad5247e2264d15ced1"] { li.user-items-list-carousel__slide.list-item { flex-direction: row-reverse; align-items: center; } li.user-items-list-carousel__slide.list-item .list-item-content { margin-right: 0px; } .user-items-list-carousel__arrow-positioner { padding: unset !important; position: static !important; } .user-items-list-carousel__arrow-icon-holder { height: 80% !important; position: static !important; } button.user-items-list-carousel__arrow-button { position: absolute; top: 50%; transform: translateY(-50%); } ul.user-items-list-carousel__slides.user-items-list-carousel__slides--initialized { max-width: 100%; margin: 0 auto; }
- 2 replies
-
- navigation
- carousel
-
(and 1 more)
Tagged with:
-
Applying custom text to 'Portfolio Hover: Background
baldwin replied to AndyThrelfall's topic in Customize with code
I have kind of the same issue - I am trying to figure out how to change the font for the Portfolio Hover Background as well. https://orb-gopher-l2ff.squarespace.com- 9 replies
-
- portfolio
- custom-css
-
(and 3 more)
Tagged with:
-
Hi. Thank you so much! That worked perfectly 🙂
-
Hi. Would anyone be able to help with having a different mobile page versus desktop. The only difference is one has a submenu at the bottom, and on mobile I don't want it there.
-
tuanphan reacted to a post in a topic: Font size for Item Title, List Section
-
Hi. I figured out how to change the hover color, but it applies to all buttons. Is there a way to change primary and secondary only? I tried this code with no luck. /* BUTTON TEXT TWEAK */ .sqs-button-element--primary{ color: #000000 !important; background: #fcd900 !important; border: 2px solid #fcd900 !important; &:hover { color: #ffffff!important; background: #3f92c2 !important; border: 2px solid #3f92c2 !important; }}
-
Font size for Item Title, List Section
baldwin replied to baldwin's topic in Fonts, colors and images
Thank you! I added the font size code to the code I had already and it worked 🙂 .user-items-list-item-container .list-item-content__title { font-family: 'NIMBUS'; font-size: 30px !important; } -
baldwin changed their profile photo
-
Hi. I have this code pasted where I already customized the font, but want the font larger. Is there any code I can add to it? I can't find it in the standard settings. Website is https://www.bombaysandwich.co/ .collection-type-products .grid-title { font-family: 'TYPEWRITER'; }
-
EarvinChong reacted to a post in a topic: Google Location Finder/Google Map Platform
-
baldwin reacted to a post in a topic: Google Location Finder/Google Map Platform
-
I haven't tried this yet, but someone posted a combo of Universal Filter plugin and Maps plugin from SquareWebsites might do the trick.
-
I came here to ask this same thing! I posted on the Squarespace page on Facebook, and will report back if I find out anything.