change color of single menu item and mouse over background color

Posted in: Newspaper
Post count: 2

This an issue that to change my last menu item color and mouse over background color. Could you help me please. Thanks in advance.

Post count: 35449

Hi,

If I understand correctly you want to change the color for the last element from main menu , if is so please add the below custom css in Newspaper>Theme Panel>Custom code>Custom css
.menu-td-demo-header-menu-container li:last-child a{
color: red;
}
.menu-td-demo-header-menu-container li:last-child a:hover{
color: green;
}

https://www.screencast.com/t/3uwE8uUb
Also you can change the above colors.
Hope this will help you to achieve what you want.

Thank you.

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