If you want to change the style of menus on Joomla Adsmanager component, This article is for you..

Firstly Let's change Top Menus
1. -> Go ../components/com_adsmanager/css 

2. -> Open "adsmanager.css" file

3. -> then insert following code on it and save


/* start new code */
.adsmanager_innermenu a{
width:75px;
padding-top:5px;
height:25px;
float:left;
display:block;
background:#dedede;
color:#222;
text-decoration:none;
border-left:1px solid #333;
border-top:1px solid #333;
border-right:2px solid #000;
border...

Continue reading ...