Public Ticket #2780436 The menu "Get the App" on the demo site is decorated, how do I set this? Closed
Comments 4kakizaki started the conversationMay 19, 2021 at 3:47amI want to know how to decorate the menu.{"wp":{"use":false,"adminUrl":"https://demo.kaliumtheme.com/landing/?_ga=2.11766583.2087799251.1621309212-1225283526.1621309212#get-a-copy/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}[deleted] repliedMay 19, 2021 at 7:04amHi kakizaki,Please add the code below to your Custom CSS area: /* Menu: Get the App Button */ .custom-menu-button a { background: #fff; color: #2c3142 !important; border-radius: 50px; padding: 4px 15px; } /* Menu: Get the App Button on Hover*/ .custom-menu-button a:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); transition: box-shadow all 300ms; }and then go to your Appearance > Menus area and add this class: "custom-menu-button" to one of your menu items.See video: https://d.pr/v/OQvVddThanks! Sign in to reply ...
I want to know how to decorate the menu.
Hi kakizaki,
Please add the code below to your Custom CSS area:
and then go to your Appearance > Menus area and add this class: "custom-menu-button" to one of your menu items.See video: https://d.pr/v/OQvVdd
Thanks!