Forum
Welcome, Guest
Please Login to access forum.
Re:Module Border (1 viewing) 
Go to bottom
TOPIC: Re:Module Border
#4762
Online Design
Fresh Boarder
Posts: 8
User Offline
Module Border Karma: 0  
Hi John,

I've searched through the main.css file but I can't seem to find the code related to the module border. Please see image attached. I want to remove the black 1px border.
Thank you.

 
Logged Logged  
  The administrator has disabled public write access.
#4763
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Module Border Karma: 79  
Hi,

there are 2 ways to remove this:

1. Completely disable the module background style in the Modules Manager list (see attached picture)

2. Add a CSS override like this one to the main.css:

div.moduletable {border: none !important;}

Cheers,
John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top