Jump to content

Image block text styling

Recommended Posts

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

How do I change color to title and subtitle separately? Both are active links. I can’t do it in the editor. 

How can I add underline to active links on hover and change color (for all site, including image blocks)? Is there a way to adjust how close the underline is to the text? 

Thanks. 

Link to comment
  • Replies 3
  • Views 452
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

23 hours ago, kristobans said:

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

How do I change color to title and subtitle separately? Both are active links. I can’t do it in the editor. 

How can I add underline to active links on hover and change color (for all site, including image blocks)? Is there a way to adjust how close the underline is to the text? 

Thanks. 

Add to Design > Custom CSS

/* title subtitle */
div#page-607e58d7db63ee562a23b8e5 .image-title * {
    color: red;
}
div#page-607e58d7db63ee562a23b8e5 .image-subtitle * {
    color: green;
}
/* Underline on hover */
div#block-yui_3_17_2_1_1619098273083_327235 a:hover {
    text-decoration: underline;
}

 

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
23 minutes ago, tuanphan said:

Add to Design > Custom CSS


/* title subtitle */
div#page-607e58d7db63ee562a23b8e5 .image-title * {
    color: red;
}
div#page-607e58d7db63ee562a23b8e5 .image-subtitle * {
    color: green;
}
/* Underline on hover */
div#block-yui_3_17_2_1_1619098273083_327235 a:hover {
    text-decoration: underline;
}

 

Hi. Perfect thank you. 

Underline on hover don't work. Would it be because I have code 

/* Remove underline links from the entire website. */
a {
border: none !important;
}

to disable the original underline, which shows up under every link? 

 

Cheers! 

Link to comment
On 5/7/2021 at 8:29 PM, kristobans said:

Hi. Perfect thank you. 

Underline on hover don't work. Would it be because I have code 

/* Remove underline links from the entire website. */
a {
border: none !important;
}

to disable the original underline, which shows up under every link? 

 

Cheers! 

I see it worked here

image.thumb.png.7e37b3de4fd0646fc5c54005db136102.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

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.