• Resolved lynx649

    (@lynx649)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lynx649

    (@lynx649)

    EDIT: I have also tried using

    border: none !important;

    When i use chrome element inspector and uncheck

    border: 1px solid #EEE;

    It works but I can’t replicate this for an initial page load.

    Thread Starter lynx649

    (@lynx649)

    I figured it out, I think it was a cache issue, although I may have a new problem as custom CSS changes aren’t taking… any ways I’ll bother someone else with that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Borders around Images’ is closed to new replies.