I'd like to remove the blue lines underneath the images on this page:
http://www.kimberlywalton.net/
There are also blue lines under the links on the bottom. I know these just indicate links, but was wondering if I could eliminate them all together and still have the link. Is there a way to do this?
http://www.kimberlywalton.net/
There are also blue lines under the links on the bottom. I know these just indicate links, but was wondering if I could eliminate them all together and still have the link. Is there a way to do this?
Hello Tara!
To do this, go to Settings > Standard Settings for New Pages and you will see the Link Color and Link Underline Options. Here, you can choose to apply your selection to either your current page or your whole website!
Hope this helps!
To do this, go to Settings > Standard Settings for New Pages and you will see the Link Color and Link Underline Options. Here, you can choose to apply your selection to either your current page or your whole website!
Hope this helps!

Yes, in Page Settings, there are options for to turn on or off the underlines.

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
I went through and checked on this for every page. Under Link Underline Options, I checked all boxes for nothing was underlined. I also changed the link color to black for all link colors (other than hover links). The blue lines are still showing up. They are not really underlined links like usual, but lines underneath images and buttons..
An example can be seen here - http://www.kimberlywalton.net/Press.html
An example can be seen here - http://www.kimberlywalton.net/Press.html
You could get rid of the blue border here:
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
And take the black underline off here:
A:active { color:#000000; text-decoration:underline; } (this is under Page Settings)
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
And take the black underline off here:
A:active { color:#000000; text-decoration:underline; } (this is under Page Settings)
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Where do I put this code? I made a separate html box, and when I put it in header or body html, it just showed the code without any changes. I also tried putting this into the current lightbox code box and same thing.
I have changed link colors but the ones that still show up are the ones under the lightbox images and the buttons, like the ones on the bottom of the page. Could just change the bottom to be text links rather than buttons, but if there's another easy fix, I'd rather do that.
I have changed link colors but the ones that still show up are the ones under the lightbox images and the buttons, like the ones on the bottom of the page. Could just change the bottom to be text links rather than buttons, but if there's another easy fix, I'd rather do that.
It's still in here:
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
Have you tried going to object properties and clicking on your HTML box so you can edit the code?
#416CE5 is the blue color. Try changing it to border: none:.
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
Have you tried going to object properties and clicking on your HTML box so you can edit the code?
#416CE5 is the blue color. Try changing it to border: none:.
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
You don't put that code in anywhere, you remove it! Just the highlighted part ...
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
<!--html inserted by user -->
<style type="text/css">
body{font:12px/1.2 Verdana, Arial, san-serrif; padding:0 10px;}
a:link, a:visited{text-decoration:none; color:#416CE5; border-bottom:1px solid #416CE5;}
h2{font-size:13px; margin:15px 0 0 0;}
</style>
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
-------------------------------------
https://sadduck.com
Probably a basic thing... but how do I remove html code if I am doing everything in VSD?
You'll have to use "Allow Advanced Text".

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