Home>Support>Changing font size and color for text link

Changing font size and color for text link

My text link was defaulting to blue with a red hover. I have no text link set to these colors in my Customize Fonts option. But I see that color it in my css file and changed it – but to no result.

So I went into Custom CSS and added:

/* remove underline and change color of text  links */
a:link {
	text-decoration: none;
    color: #959595;
    font-size: 200%;
}
a:visited {
    text-decoration: none;
 	font-size: 200%;
}

a:hover {
    text-decoration: none;
	color: #959595;
	 font-size: 200%;
}
a:active {
    text-decoration: none;
	 font-size: 200%;
}

This stopped the underlining but the link is still in a small font. Any ideas?

URL: http://firstclassvacations.com/featured-packages/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 5 months ago Deborah Tobias

    Forgot to mention, the link is the words PLATINUM PACKAGE under the banner…

  2. 9 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Hi Deborah

    Your last CSS comment is breaking all CSS below it, this is what you’re after:

    /* remove underline and change color of text  links */
    

    Right now, it’s missing the closing:

    */
    

    Hope that helps.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More