Archived topic
Menu: moving some to the right & changing the some of the "hover color"
3 replies · Started by Ho on July 31, 2020
Hello,
I know this would be a frequency asked question but I really cannot find a solution for my own.
image here: https://ibb.co/j6Vc7BN
1. In the menu, is it possible to move the circled items to the right? I have tried "Admin Dashboard==>Menu==> CSS Classes (Optional) ==> "lang-option" for the items, and the CSS below. However, it doesn't work well...
.lang-option a {
font-size: 14px;
float:right;
}
2. Also, is it possible change background-color (hover & current page) for the circled items? If possible, what CSS should i apply?
Thanks
Hi there,
1. Try adding the menu-item-float-right class like this:
https://docs.generatepress.com/article/adding-icons-to-menu-items/#floating-the-icon-to-the-right
2. Try this solution:
https://docs.generatepress.com/article/adding-buttons-navigation/
Thank you very very much!
I got a solution, thanks!!
No problem :)