Jump to content

Underline Footer Items on Hover

Recommended Posts

  • Replies 3
  • Views 519
  • Created
  • Last Reply

Top Posters In This Topic

On 4/1/2022 at 3:20 AM, Madison_hanley said:

Site URL: https://www.beginonballard.com/

Hi there, I am hoping to underline the footer items on hover. Also, I am hoping to edit the centered text overlay on the homepage so it also underlines on hover. These are all linked texts. Do you have any ideas on how to code this? Thank you so much!

You mean

Initial: No underline

Hover: Underline appear

Is this right?

With homepage overlay text underline, which overlay, can you take a screenshot?

 

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

Add to Design > Custom CSS

/* Underline on hover */
footer.sections .html-block a {
    text-decoration: none;
}
footer.sections .html-block a:hover {
    text-decoration: underline;
}
body.homepage .design-layout-poster:hover p {
    text-decoration: underline !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.