Hi Is it possible to remove the alt tags from the menu?
Wondering also if it woukd be possible to add the logo to left of the home button in the mainmenu position?
Thanks in advance Joe
Cyberek wrote:There are no alt tags inside menu. Maybe you meant title atribute?
As about the logo... You could edit /templates/gk_corkwall/layouts/default.php
and add img after line number 88. Just remember to add a class to it, ant then float that element left in override.css (enable it first in template settings)
$title = "title=\"$tmpname\"";
$title = "";
Cyberek wrote:You would like to change top menu from black to white, or all dropdowns from white to black?
.gkMenu > ul li div.childcontent a {color: #C3C3C3; }
.gkMenu > ul li div.childcontent a:hover {color: #fff}
.gkMenu > ul li div.childcontent {background: #000;}
.gkMenu > ul li div.childcontent li:hover {background: #000;}
.gkMenu > ul > li .childcontent .childcontent {
margin-left: 160px;
margin-top: -35px!important;
}