This topic has 2 replies, 2 voices, and was last updated 12 years, 11 months ago by dcabai.
Viewing 3 posts - 1 through 3 (of 3 total)
Hi, what must I modify on the css code to change or add a different background color when I hover with my mouse over the menu. You have in the options the color of the link or text, but I also want to change the background color of that item. Thanks
Background hover color is there for the dropdown but for the primary item i mean the parent menu item isn’t there for that you need to do custom css in theme options under custom css section. see the css code below
#atp_menu > li:hover { background-color:#ff8800};
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.