- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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?
- Labels:
-
image lines
-
image shadow
-
text underline
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
TY for your reply.
Neither worked. Ideas?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
DW-writer.com
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
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
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Thank you!