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

3,985 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 >

3,977 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 >

3,948 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

3,978 Views
Message 8 of 7
Report

TY for your reply.
Neither worked. Ideas?

3,970 Views
Message 8 of 7
Report

@TechWriter 

What's your URL?

Gary

3,961 Views
Message 8 of 7
Report

DW-writer.com

3,958 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

3,949 Views
Message 8 of 7
Report

Thank you!

3,941 Views
Message 8 of 7
Report