LField Posted March 8, 2021 Share Posted March 8, 2021 Site URL: https://www.laurenfielddesign.com I am having trouble hiding the words "lauren field design" (the site title) in the header. See attached screen-shots of home and another page. Note that the "logo" with the shield is just an image block below the header on the home page. Beyondspace 1 Link to comment
Beyondspace Posted March 8, 2021 Share Posted March 8, 2021 1 hour ago, LField said: Site URL: https://www.laurenfielddesign.com I am having trouble hiding the words "lauren field design" (the site title) in the header. See attached screen-shots of home and another page. Note that the "logo" with the shield is just an image block below the header on the home page. try .header-title-text a { display: none; } laurenaustincreative and tuanphan 1 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
LField Posted March 8, 2021 Author Share Posted March 8, 2021 It works! Thank you so much! Beyondspace 1 Link to comment
tuanphan Posted March 18, 2021 Share Posted March 18, 2021 On 3/8/2021 at 7:09 PM, LField said: It works! Thank you so much! Hi. Navigation links on footer on tablet doesn't look good. You can add this to Design > Custom CSS to increase column width. /* Footer tablet */ @media screen and (max-width:900px) and (min-width:641px) { div#block-yui_3_17_2_1_1614602938099_54311+.row .span-2 { width: 90%; } div#block-yui_3_17_2_1_1614602938099_54311+.row .span-1 { display: none; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
LField Posted May 26, 2021 Author Share Posted May 26, 2021 On 3/18/2021 at 4:49 AM, tuanphan said: /* Footer tablet */ @media screen and (max-width:900px) and (min-width:641px) { div#block-yui_3_17_2_1_1614602938099_54311+.row .span-2 { width: 90%; } div#block-yui_3_17_2_1_1614602938099_54311+.row .span-1 { display: none; } } Can you test it for me? Thank you for the input! I copied it in but a red error did appear says missing closing but then couldn't read the rest. Link to comment
tuanphan Posted May 26, 2021 Share Posted May 26, 2021 1 hour ago, LField said: Can you test it for me? Thank you for the input! I copied it in but a red error did appear says missing closing but then couldn't read the rest. Can you take screenshot of Line 73? It should have a } in Line 73 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment