x

Unwanted lines and shadows arount images and text

I am getting an unwanted skinny line around all images. I am also getting an unwanted underline/shadow under all text with a link.

Why is this happening and how do I fix it?

image

2,912 Views
Message 1 of 7
Report
2 Best Answers

Best Answer

@TechWriter 

Both of these things are defaults, not faults.

To remove the underline on the hyperlinks for the whole website try pasting this code into the 'Header Code' section of your website (Settings-SEO). This seems to work for most themes.

<style>
a { text-decoration:none !important; }
</style>

To remove the image border click the image, go to Advanced on the menu list and make sure Border = None.

Gary

View Best Answer >

2,904 Views
Message 8 of 7
Report

Best Answer

@TechWriter 

For the underlining issue, go to your main_style.css and find the following line of code:

.paragraph a { border-bottom: 1px solid #e6e9eb; }

change the 1px to 0px - don't change anything else - save and publish. That should work.

I'm not seeing any grey border on your images on my browser - your code seems valid for no border.

Gary

View Best Answer >

2,875 Views
Message 8 of 7
Report
6 REPLIES 6

Best Answer

@TechWriter 

Both of these things are defaults, not faults.

To remove the underline on the hyperlinks for the whole website try pasting this code into the 'Header Code' section of your website (Settings-SEO). This seems to work for most themes.

<style>
a { text-decoration:none !important; }
</style>

To remove the image border click the image, go to Advanced on the menu list and make sure Border = None.

Gary

2,905 Views
Message 8 of 7
Report

TY for your reply.
Neither worked. Ideas?

2,898 Views
Message 8 of 7
Report

@TechWriter 

What's your URL?

Gary

2,889 Views
Message 8 of 7
Report

DW-writer.com

2,886 Views
Message 8 of 7
Report

Best Answer

@TechWriter 

For the underlining issue, go to your main_style.css and find the following line of code:

.paragraph a { border-bottom: 1px solid #e6e9eb; }

change the 1px to 0px - don't change anything else - save and publish. That should work.

I'm not seeing any grey border on your images on my browser - your code seems valid for no border.

Gary

2,876 Views
Message 8 of 7
Report

Thank you!

2,869 Views
Message 8 of 7
Report