Medicine template menu shows green dot in the middle of text

Posted in: Newspaper
Post count: 65

Hi,

I had Animals PRO prebuilt website loaded and decided to just change the top menu to have the dot effect on hover. However upon loading the menu from cloud templates it behaves differently and the dot is exactly in the middle of the menu text. Can you please suggest in which options and settings can i move it to the side?

https://imgur.com/a/1u70ImU

Post count: 27744

Hello,

You need to use a custom code CSS

.tdb_header_menu .tdb-menu>li>a:after {
left: -9px;
right: auto;
margin: auto;
border-radius: 100%;
}

Please set the code in Theme Panel -> Custom Code -> Custom CSS.

Thank you!

Post count: 65

Thank you. It helped 🙂

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