menu color

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Mon Mar 12, 2012 8:54 pm
hi
I was wondering if it is possible to change the background of one menu item only (in the main menu oof the template).


thx for feedback
Oliver
User avatar
Junior Boarder

GK User
Tue Mar 13, 2012 3:29 pm
Hi Oliver,

In your menu item setting you will see an option to input class suffix for that item, add something like "mycustommenu", then if you want to make that menu item's background red, just add this code to CSS Override:
Code: Select all
.mycustommenu{
background-color: red;
}
User avatar
Platinum Boarder


cron