Forums

I need to remove img border on 1 image in post (5 posts)

  1. cwtech
    Member
    Posted 2 years ago #

    See topic title. Any help is greatly appreciated.

    The image in question is the google powered image found here

  2. alchymyth
    The Sweeper
    Posted 2 years ago #

    as the image already has the class .noborderimg you can style it in style.css - add this line:

    img.noborderimg {border:none;}

  3. WTLWTL
    Member
    Posted 2 years ago #

    Cwtech, how did you remove the meta admin sidebar by default, and move the sidebar to the right? Also how did you enable those dropdown menus?

  4. cwtech
    Member
    Posted 2 years ago #

    @alchymyth I added the class to the style.css, but it did not work. It appears the other class is overpowering it somehow. Any suggestions?

  5. alchymyth
    The Sweeper
    Posted 2 years ago #

    try to refresh your browser cache by pressing CTRL F5 at the same time

    you can also try to force the style by adding !important to it:
    img.noborderimg {border:none!important;}
    you still need to oreload the page or refresh the browser cache.

Topic Closed

This topic has been closed to new replies.

About this Topic