maboli Posted September 22 Share Posted September 22 Do you have any recent code which will help me move the underlines away from the base of the text a bit more than the standard, the code I found in the archive didn't seem to work? Link to comment
Ziggy Posted September 22 Share Posted September 22 Can you share your website URL and an example on your website of the underline you want to change? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
maboli Posted September 24 Author Share Posted September 24 Here you go. I want to move them away from the header a tad: https://www.studionh.co.uk/about Link to comment
Ziggy Posted September 26 Share Posted September 26 Are you referring to Services text? Have you added an underline in the text editor for that? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted September 26 Share Posted September 26 Have you tried the highlight feature that also includes an underline with more ability to adjust it than the blog standard underline? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
maboli Posted September 27 Author Share Posted September 27 That is how I have underlined it, but I need it to be further down and away from the 'Services' heading Link to comment
tuanphan Posted October 1 Share Posted October 1 On 9/27/2023 at 3:34 PM, maboli said: That is how I have underlined it, but I need it to be further down and away from the 'Services' heading You mean add a space between heading services - its underline? 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
maboli Posted October 4 Author Share Posted October 4 (edited) I want to move the line down and away from the heading, and also make it line up with the ends of the text. Like the image attached. Edited October 4 by maboli Link to comment
tuanphan Posted October 7 Share Posted October 7 On 10/4/2023 at 10:25 PM, maboli said: I want to move the line down and away from the heading, and also make it line up with the ends of the text. Like the image attached. I don't know how to edit highlight underline, but you can remove it, then I can give new code to add same underline + add a space 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
maboli Posted October 9 Author Share Posted October 9 Yes please, let me know what I need to do? Link to comment
Solution tuanphan Posted October 12 Solution Share Posted October 12 On 10/9/2023 at 3:53 PM, maboli said: Yes please, let me know what I need to do? Add this code to Website Tools (under Not Linked) > Custom CSS /* Services underline */ div#block-8df33eb4cbf3ac264218 p:nth-child(2) { border-bottom: 1px solid white; display: inline-block; padding-bottom: 5px; } 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
maboli Posted October 12 Author Share Posted October 12 Another thing I want to do is change the curser so it is black on the home page and white on the about page, is this possible? It's currently yellow. Link to comment
tuanphan Posted October 15 Share Posted October 15 On 10/12/2023 at 6:38 PM, maboli said: Another thing I want to do is change the curser so it is black on the home page and white on the about page, is this possible? It's currently yellow. Which code did you use to create custom cursor? 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
maboli Posted October 16 Author Share Posted October 16 /* Custom cursor for body */ body{ margin: 1 !important; height:10vh !important; cursor: url(https://static1.squarespace.com/static/64ccd643dc2e184db19787e5/t/6526ac92220a0359e270d815/1697033362843/Curser_Yellow.png), auto !important; } /* Different Cursor on hover */ a:hover{ cursor: url(https://static1.squarespace.com/static/64ccd643dc2e184db19787e5/t/6526ac92220a0359e270d815/1697033362843/Curser_Yellow.png), auto !important; } Link to comment
tuanphan Posted October 18 Share Posted October 18 Add this code. Replace with black cursor image body.homepage *{ cursor: url(enter your black cursor image url here), auto !important; } With About page, use this, replace with white cursor image body#collection-64ccd813d8f9701a999d5555 *{ cursor: url(enter your white cursor image url here), auto !important; } 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