Okay
  Public Ticket #1008380
Change sub-menu settings
Closed

Comments

  •  2
    JuanJareño started the conversation

    Hi, I'm editing mi main menu. When I create a sub-menu adding new categories (or pages, or anything) it takes the same font and size than main menu, but I need it smaller and with another background color.

    How can change the sub-menu settings? Do I need css code?

    {"wp":{"use":false,"adminUrl":"http://juanjareno.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Juan,

    So you need to customize the theme. We don't offer that level of customizations but we will help you this time.

    Can you please add the code below to Custom CSS

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul {
        background: #888 !important;
        font-size: 13px !important;
    }
    

    Have a great weekend