Jump to content

links in text and footer

Recommended Posts

  • Replies 5
  • Views 2.9k
  • Created
  • Last Reply

Hi @bureau_sort,

Could you please share a link to your site with examples of which links you'd like to change? That way someone can help you out with the correct code for your template.

christyprice.com  🇺🇸 Austin, TX US 

 Get my 100+ item Client Process Checklist for $17.
📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts
🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz)
🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023

Link to comment

Hi @bureau_sort,

What sort of customization do you want to do? In Design > Site Styles you can change the body link color (under CONTENT: COLORS > Links) and footer link color (under FOOTER CONTENT: COLORS > Links). If there are other customizations other than color, let us know what you'd like to do and someone will be able to provide the code.

christyprice.com  🇺🇸 Austin, TX US 

 Get my 100+ item Client Process Checklist for $17.
📔 Flourish Journal for Creative Entrepreneurs - 365 days of prompts
🎥 Watch Circle Live: Hello Income (feat. Christy Price and Jeremy Schwartz)
🎬 Watch It's Not Hard to Say Goodbye: Crafting Client Offboarding from Circle Day 2023

Link to comment
2 hours ago, bureau_sort said:

Hi again,

thank you for your answer. The color in the Design style changes only the link unvistied.

I want to change the color in the body and footer when you hover (active) and I want to change the thickness of the underline.

Do you have an idea how to change it?

Best, Jan*

Add to Home > Design > Custom CSS

footer.Footer a:hover {
    color: red;
}
footer.Footer a:active {
    color: green;
}
footer.Footer a {
    border-width: 5px;
}
section.Main-content a:hover {
    color: violet;
}
section.Main-content a:active {
    color: yellow;
}

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.