Jump to content

Edit Underline

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 17
  • Views 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
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.

Screenshot 2023-10-04 at 16.25.28.png

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Solution
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;
}

image.thumb.png.cb68ff056e386d9cfff00fa1880d682a.png

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
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

/* 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

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.