문제

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top