Jump to content

How do I keep my font the same when it is hyperlinked?

Recommended Posts

  • Replies 2
  • Views 919
  • Created
  • Last Reply
Posted

Are any of your other links italic and/or all caps? There's probably some out of control setting or CSS that needs to be tracked down, but without seeing your site, I can only offer a general bandaid of an answer. Try adding the following to Design > Custom CSS:


h3 a {
font-style: normal;
text-transform: none;
}

If that doesn't work, then try


h3 a {
font-style: normal !important;
text-transform: none !important;
}

You can also try:


h3 a {
font-style: inherit;
text-transform: inherit;
}

and


h3 a {
font-style: inherit !important;
text-transform: inherit !important;
}


Move along. Nothing to see here.

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.