So I am using this module for a Joomla website: http://extensions.joomla.org/extensions/site-management/analytics/visitors/20925
And I was wondering how do I edit the CSS of it? It is putting a border around the module and I also want to get rid of the "Created by" text. I can't seem to find a CSS file to edit anywhere. Would appreciate any help thanks!
You need to be looking for the following which is located in default.php on line 29
.hitcounter_container {
background-color: #FFFFFF;
border: 1px solid #DADADA;
padding: 10px;
}
and remove border: 1px solid #DADADA;
from it.
As for removing the "Created by" text, please ensure you are allowed to remove it before I answer how to.