LaurenZA
Circle Member-
Posts
26 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
LaurenZA's Achievements
-
paul2009 reacted to a post in a topic: Remove site title link from homepage
-
This worked great!! Thank you!! This is a business plan site, so I would be interested in the JavaScript option if you don't mind sharing.
-
LaurenZA reacted to a post in a topic: Remove site title link from homepage
-
Hi @tuanphan - do you know what the correct code is for the Wells template? This is the under construction site: https://www.michellememran.com/about (if you need the password to access any pages it is LWD) The ultimate goal would be for the title link to lead back to the ABOUT page. To try and disable the link, I used this in the custom css: logo site-title { pointer-events: none !important; } It doesn't seem to be working...
-
LaurenZA started following [Share] Squarespace 7.1 CSS ID List , Remove site title link from homepage , [Share] Accordion Block: Useful code and 2 others
-
Hi @paul2009, I'm trying to use this code .site-title-link { pointer-events: none !important; } to disable the site title link on the whole site for my client. The ultimate goal would for it to link back to the "about" page, but just disable the link in general would work for now. This is the in process site: https://www.michellememran.com/about if you need a password anywhere it is: LWD The above code in Custom CSS is not working for me... any tips?
-
tuanphan reacted to a post in a topic: 7.1 List -- text to right of image instead of below
-
Ziggy reacted to a post in a topic: 7.1 List -- text to right of image instead of below
-
7.1 List -- text to right of image instead of below
LaurenZA replied to LaurenZA's topic in Customize with code
Thank you so much for this @Ziggy!! Worked great. For anyone else, it showed like this at first: So I played around with the code and got it to look like this: The code I ended up using was: @media only screen and (min-width:767px) { section[data-section-id="64d40640bd49c26b55b6760e"] { .user-items-list-simple .list-item { display: flex; flex-direction: row; } .list-item-media { width:30% !important; margin-left: 0px !important; } .list-item-content { width:65% !important; } } }- 2 replies
-
- list-summary
- css
-
(and 1 more)
Tagged with:
-
LaurenZA reacted to a post in a topic: 7.1 List -- text to right of image instead of below
-
Hi forum! Wondering if anyone knows how to take the text (title, description) and force it to the right. Similar to the image cardblock in 7.0 site: https://clover-cone-cdbz.squarespace.com/about pw: LWD You'll see I'm playing with several layouts for the "contributors" section. The client ideally wants the text to the the right of the image, but I don't want him to have to add blocks etc. since he's never used 7.1. Note: I sort of like how the summary block pulling from a blog page works [see v4] -- but only if there is a way to reverse the order. I played around with <flex-direction: row- reverse> but there doesn't seem to be a way to do it without javascript... and the client can't afford a business plan. In general lists seem more user friendly for the client to upkeep the site. Thank you!
- 2 replies
-
- list-summary
- css
-
(and 1 more)
Tagged with:
-
LaurenZA reacted to a post in a topic: Reverse the order of blog posts (Oldest at the top)
-
LaurenZA reacted to a post in a topic: [Share] Squarespace 7.1 CSS ID List
-
LaurenZA started following MaryPhilip_
-
LaurenZA started following MayaViolet
-
LaurenZA reacted to a post in a topic: Select multiple Categories using Filter Code
-
Hi everyone, Trying to mimic an effect in a WP site on a SQSP site. I'm using Wells 7.0 for the side nav, but am trying to have the sub-links from folders be an addition side column rather than an accordian style. So the main nav is the "left column" and the sub nav would be "right column". Here's the WP site that has the desired effect using lists: https://www.annhamiltonstudio.com/projects/projects.html & here is the site I'm working on: https://dachshund-mayflower-zreh.squarespace.com -- pw: LWD I'm playing around with blog posts, but I'd rather it be integrated into the nav/subnav. Bonus if you can help me mimic the hover effect on the sub nav that is mimicked in the project thumbnail. Thanks in advance!
-
- brine-template
- navigation
-
(and 3 more)
Tagged with:
-
LaurenZA started following christyprice
-
Nevermind! This worked .sqs-add-to-cart-button-wrapper { display:none; }
- 18 replies
-
Hello @paul2009 + @tuanphan! Hoping you can help me out. I'm using this guide and it's working great for hiding the price, but I am also having trouble hiding the 'add to cart' button. I'm wondering if it's because I'm using WELLS (7.0). Any advice? https://lizard-tangerine-tf8m.squarespace.com/paintings pw: MM Thank you! Lauren
- 18 replies