Hi,
I am a bit of a newbie to this, I am using the quickstart for JA Portfolio. I am wanting to remove the gray boder surrounding certain modules on the homepage. I added a new module suffix class within template.css under /* MODULE STYLES as follows:
/* Plain —*/
div.moduletable_plain {
margin-top: 5px;
margin-bottom: 10px;
padding: 0;
background: #fff;
border: none;
}
This works fine when when I add the “_plain” module suffix class to the parameters of a module, except for the “border: none;” command. I can change it to a black border by changing to “border: 1px solid #000000; etc but it will not let me have “border: none” or “border: 1px solid #ffffff;” (the background of the site is white). Is there a way to remove the border from certain modules, without removing it for all modules?
Is there something else I need to change?
Any help is much appreciated.
Thanks