-
Posts
14 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by Laluma
-
Can't get rid of Login buttons in navigation menu
Laluma replied to Laluma's topic in Pages & Content
I just resolved it myself: I had customer accounts disabled, BUT in the header settings / menu there was a box for "login link" ticked, when it's disabled login is gone. Just in case somebody needs to know this.- 3 replies
-
- login
- navigation
-
(and 1 more)
Tagged with:
-
Can't get rid of Login buttons in navigation menu
Laluma replied to Laluma's topic in Pages & Content
Thanks for your reply! I know know about the advantages of customer logins, but we will need to imply it later. My questions was how to disable them, because I've disabled them in all menus, but they still show up. THANK YOU! 🙂- 3 replies
-
- login
- navigation
-
(and 1 more)
Tagged with:
-
Fully customize the "add-to-cart" section on a product
Laluma replied to Laluma's topic in Customize with code
Amazing! Thank you very much! Do you also know how I tackle the fonts "price", "charm" and "quantity" I'd like to have "price" a bigger font than at other too. THANK YOU VERY MUCH! Richard -
Fully customize the "add-to-cart" section on a product
Laluma replied to Laluma's topic in Customize with code
Just as an addition to my question above: On as existing Product page the "add-to-cart" block looks different: https://www.laluma.store/store/p/elena It's more to my taste like this - with the blue frames etc, but I'd like to fully customize it! THANK YOU! -
Dear Community, For some reason we can't get rid off the annoying "login" button in the navigation (on top and within the burger). I'm pretty sure I've unchecked all options for "member areas" - am I missing one? Note: we don't need a members area, so the button must go because it's confusing. I THINK it appeared by itself and I didn't tick it, but I'm not 100% sure. www.laluma.store THANKS FOR THE HELP! Richard
- 3 replies
-
- login
- navigation
-
(and 1 more)
Tagged with:
-
Hey guys! I'm not really happy with the regular options for customizing the store and product pages. I've build a new store landing page myself and that works perfectly fine. On the product page I can also individualize most of the page. But obvisouly I still need to add a "product". Within the "design" field I'm just ticking "price" and "add-to-cart button", because I need those. The rest (photos etc) I can add to my taste. But - now my question: I'm also not happy with the way the "price" and "add-to-cart" look like (see picture attached). How do I customize there? The "quantity" field is way to big and I'd like to have a CI blue frame, same for the "charm" selection dropdown. And also I'd like to adjust the typography. Here's the product page I'm talking about: https://www.laluma.store/elena-new Would be great to adjust these! THANK YOU VERY MUCH! Richard
-
Same here. We would like to send a gift card instead of sending a dollar amount promo code, BECAUSE: with a gift card you could buy one thing and come back later and buy another thing for the rest amount, with a promo code you can't do that. It would be great to get that issue resolved by SS. Thanks
-
Product Page Fonts (Style / Color) - not editable
Laluma replied to Laluma's topic in Fonts, colors and images
I know that this would be the "normal" way around, but it doesn't work. I cannot click the element to change the front e.g. it just doesn't work, even though I know it normally works like this. Also, on some pages color is different than on others, see: https://www.laluma.store/store/p/paula (textblock is black and I can't find out why) https://www.laluma.store/store/p/purple-plus ("same" textblock is blue) -
Hey people! Page: Product I have multiple aesthetic problems with the product page and I can't style it within the editor. So I would like to style the following with CSS: - "add to cart" should be below "quantity" selection - "title" should be on same height with top of the picture - text must be blue Thank you! Richard
-
hey guys! I've tried everything to edit the font style and color of the text of my product pages, but I can't find a solution. Am I missing out on something or do I have to go into CSS? Product Page: Website Thanks! Richard
-
Titles in browser displayed wrong. Why?
Laluma replied to Laluma's topic in Site Structure & Navigation
Thanks @Ziggy! That was the solution and it worked! -
Hey guys! Thanks for the help in advance. I'm trying to have "clean" titles on all of our pages, but for some reason, titles appear differently. website is: www.laluma.store On all pages I set the title to "LALUMA® ...", but only on the page "identity" it's displayed correctly. Does anybody know why? (The Site "Moodboard" is also the landing page if that matters) THANK YOU!
-
http://laluma.squarespace.com Hey people! I have a custom code injected to my website to have a burger menu on desktop version. I would like to style the font on that custom menu. How is that possible? What I have is less vertical spacing between the links a bigger font size. This is the CSS I'm using for the burger menu (found here on the forum and works well): /* 768 for tablet - desktop - 992 for desktop */ @media screen and (min-width:992px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { position: absolute; right: 80px; } /* show burger */ .header-burger { display: flex; position: absolute; right: 10px; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } Thanks for helping out!