Okay
  Public Ticket #2780436
The menu "Get the App" on the demo site is decorated, how do I set this?
Closed

Comments

  •  4
    kakizaki started the conversation

    I 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] replied

    Hi 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 AppearanceMenus area and add this class: "custom-menu-button" to one of your menu items.

    See video: https://d.pr/v/OQvVdd

    Thanks!