Changing font color for links on one...

User 2106649 Photo


Registered User
3 posts

I set the font colors for links (visited, etc) through the standard settings for all new pages. Now I need to change the link font colors for one page only and I can't find a way to do that. Please advise.

thank you
Colleen
Colleen
User 187934 Photo


Senior Advisor
20,265 posts
Online Now

Two ways to do this.
Your going to need advanced text.
Click on the text box that you want advanced text so that it has a blue border. Next click on the Object button at the top of VSD design window. Now in the Object properties box that opens to the right tic the "Allow Advanced Text" box. Now you can work miracles with your text.:)
or place this code to the head of the page that you want to override link colors. Tweak the HEX codes to your needs.
<style type="text/css">
#container a:link {color: #FF0000;}
#container a:visited {color: #800080;}
#container a:hover {color: #008000;}
#container a:active {color: #FF0000;}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 104702 Photo


Registered User
293 posts

Hi Colleen,

VSD has no option for this. You'll have to use HTML with the 'add HTML' tool. Here is a tutorial how to change link colors with HTML: http://www.rapidtables.com/web/html/lin … -color.htm
You also could make an extra single-page website for this purpose only and link to it from your main website.

Success, John
John van Hulst
User 2106649 Photo


Registered User
3 posts

thanks, yes I know how to set link colors with html. thanks for the feedback.

Colleen
Colleen

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.