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. 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; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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! 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.