- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by Hash.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- February 9, 2017 at 8:30 pm #1893her82manParticipant
I want to change color of submenu when mouse over with yellow.
February 10, 2017 at 12:06 am #1917HashKeymasterHere is the CSS that control the design of the sub menu
.ht-main-navigation ul ul { display: none; position: absolute; left: 0; top: 100%; background: #FFF; min-width: 200px; z-index: 999; padding: 8px; margin-top: 27px; border-top: 2px solid #FFC107; box-shadow: 2px 2px 8px rgba(0,0,0,0.05); }
Edit it to your requirement.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.