Summit227
Member-
Content Count
9 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
ShannaB reacted to a post in a topic: Organize Image Import Gallery
-
Summit227 reacted to an answer to a question: Banner Image Won't Resize for Mobile View
-
Summit227 reacted to an answer to a question: Banner Image Won't Resize for Mobile View
-
Banner Image Won't Resize for Mobile View
Summit227 replied to TheIDBootCamp's question in Coding and Customization
Wow you rock! I need to learn more about the "first child" element as I keep seeing it referenced in Square Space CSS. The image displays so much better now, really appreciate your help the code worked perfectly! I almost replied to ask about the empty margin space up top, but once I changed margin-top to 0 it was exactly like I wanted! 🙂 Attached a before and after. Hopefully there's no pitfalls of me changing to a zero margin. Now I'm going to find some info about the SquareSpace child elements. Clearly not using them to their full potential!- 394 replies
-
I agree on having better management of the imported images. On one hand, I see the danger of a user deleting an image that's used in multiple locations without realizing. On the other, like the user above I've uploaded 3-4 different versions of the company Logo with different padding amounts. Even though I clicked "delete" on each wrong version and only clicked "Save" once when done editing the Header, it still saved each of the Logo versions I tested out. Wish I could delete the others to avoid any confusion in the future. I also tried a method I read about accessing the (Link) pane
-
Summit227 reacted to a post in a topic: Organize Image Import Gallery
-
Summit227 started following Five: How can I get logo to display in mobile view?, Banner Image Won't Resize for Mobile View, Custom Color Multiple Buttons - 1 Page and 1 other
-
Banner Image Won't Resize for Mobile View
Summit227 replied to TheIDBootCamp's question in Coding and Customization
@tuanphan hope that SS has you on their payroll! lol After going through this lengthy chain and seeing how many people you've helped. Hoping you, or someone else, can help me out! I've tried various bits of code throughout this chain but none of the results have worked. I'm trying to resize the entire section (text included) if possible, but it only resizes the banner image and the <h1> doesn't move. I would like to implement this on every single page, I understand the 'collection' or 'section' will be different for each but was hoping you could help me with 1 page and I would- 394 replies
-
Summit227 reacted to an answer to a question: Banner Image Won't Resize for Mobile View
-
Custom Color Multiple Buttons - 1 Page
Summit227 replied to Summit227's question in Coding and Customization
@tuanphan you rock, TY so much! I didn't realize you could target links in that manner. Was curious if it was going to affect anything else, as I also made the bottles clickable, but so far so good! Now need to learn other ways I can use that same technique! -
Summit227 reacted to an answer to a question: Custom Color Multiple Buttons - 1 Page
-
Need help on this! Worked with SquareSpace a few years and familiar with inspecting to find custom Block ID's for CSS. However this is proving more difficult than anticipated! I have to access the cached result on many Google listings because SS-Answers no longer hosts those answers. (frustrating) So I'm trying to custom color all 4 buttons on this page. (https://www.fruniti.com/products) Step-2 will be messing with hover and other features, but at this point I can't get past Step-1. Was able to custom color ALL the buttons with last line of code, but cannot target specific button e
-
Replace Logo Image Per Page?
Summit227 replied to dan1570047689's question in Coding and Customization
@Low-toneworx - you rock!! Worked perfect for the desktop pages! Now I'm trying to figure out how to apply this to mobile view. I setup for (max-width: 640px) then used that- 34 replies
-
How do I remove page title from the banner area in FIVE?
Summit227 replied to a question in Coding and Customization
To remove banner from a single page: Click the gear on desired page, then nav over to the "Advanced" tab and insert this code: #banner-area-wrapper { display: none; } Of course make sure to wrap with a style tag.