See topic title. Any help is greatly appreciated.
The image in question is the google powered image found here
See topic title. Any help is greatly appreciated.
The image in question is the google powered image found here
as the image already has the class .noborderimg you can style it in style.css - add this line:
img.noborderimg {border:none;}
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?
@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?
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.
This topic has been closed to new replies.