show custom menu headings - Joomla! Forum - community, help and support
hi, new joomla , have been tinkering around couple of weeks, try design own template seem have hit block,
my problem want show menu headings above each menu cannot seem work out how display them let alone modify css, have read different info on have got in muddle :s,
as far understand have show title, have added module class suffix of _menu , tried assign css div.module_menu, have tried many other stuff without success, on appreciated.
thanks in advance
w0od0o
link site (but not there) http://www.sabbfest.co.uk/
my problem want show menu headings above each menu cannot seem work out how display them let alone modify css, have read different info on have got in muddle :s,
as far understand have show title, have added module class suffix of _menu , tried assign css div.module_menu, have tried many other stuff without success, on appreciated.
thanks in advance
w0od0o
link site (but not there) http://www.sabbfest.co.uk/
hi.
use this
div#module_menu ul {
list-style:none;
}
div#module_menu ul li {
float:left;
}
or
.menu li {
float:left;
}
like need apply css...
hopefully make you
all best...
use this
div#module_menu ul {
list-style:none;
}
div#module_menu ul li {
float:left;
}
or
.menu li {
float:left;
}
like need apply css...
hopefully make you
all best...
Comments
Post a Comment