• Resolved alanaj7

    (@alanaj7)


    I’m trying to remove the image borders on this page: https://bit.ly/J5a6TS

    My theme comes with a custom CSS box so I can add new code if need be. I’ve added the following code but it only removes the border in IE. .page-id-2105 img { border: none !important; }

    I want to be able to remove the borders on specific images or on all images on specific pages in all browsers.

    Thanks in advance for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • use a tool such as Firebug https://getfirebug.com/ to identify where those borders/shadows come from;

    and for specific support with your commercial theme, please contact the theme’s seller.

    Thread Starter alanaj7

    (@alanaj7)

    Thanks for the prompt response alchymyth. I have firebug, but I’m not a coder so I’m not sure what to look for. I also asked in the support forum for my theme. Someone was kind enough to help me with the above code that I added to the custom css box. It worked perfectly in IE but not in FF. I’ve been searching online for days and tried a few different codes so I decided to post here in case someone else had a better solution.

    Thanks again!

    Thread Starter alanaj7

    (@alanaj7)

    My theme developer took care of this. It wasn’t a border, it was a shadow and I excluded it in the CSS. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to – Remove image border in Firefox’ is closed to new replies.