how to design parent category menu

Posted in: Newspaper
Post count: 63

Sir, how do I do the menu of my website?

https://imgur.com/UdMJrYO

Right now the menu of my website is very normal, it has to be changed and shown above.
website link:-
https://www.shayaristar.com/

Post count: 18283

Hello !

You can use this CSS code here: .td-theme-wrap .sf-menu ul .td-menu-item>a {
color:white;
background-color:#1ac117;
}
.td-theme-wrap .sf-menu ul .td-menu-item>a:hover {
color:white;
background-color:#ff6d00;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.