Borders around Images
-
Hello,
I really enjoy using this theme. I built my site on a local server and have just uploaded it to my web hosting service. I was able to solve getting rid of borders on images on my local server by implementing the following in my custom CSS. My problem is, now that I have this in my custom CSS, it doesn’t get rid of the borders on images. I have even tried changing this in Style.CSS and confirmed it took the changes via FTP. Not sure what to do as this solution works on local server but not hosted. Page example is
https://www.highspeedsystems.com/ext-phone-system/
img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
padding: 0 !important;
border: 0 !important;
}Any help would be greatly appreciated.
Thanks.
Derek
- The topic ‘Borders around Images’ is closed to new replies.