Okay
  Public Ticket #1487071
Resize menu
Closed

Comments

  • ssuleymanli started the conversation

    Hi, how can I change menu opening border height and width?

    And how I delete Get a Free Quote red button on menu.

    Thank you in advance

  •  597
    WordPress replied

    Hi,

    Remove quote. You add css:

    .header-v6 .menu_holder .menu_wrap .free_quote {
        display: none;
    }
    Height Menu: You can add menu in site http://poolstore.az/. I'm not seen


  • ssuleymanli replied

    where add css?

    and I dont understang it: Height Menu: You can add menu in site http://poolstore.az/I'm not seen

  • ssuleymanli replied

    I found where I paste css, thank you.

    But how can I resize menu opening?

  •  597
    WordPress replied

    Hi,

    You install child theme and active, Then, add css in child theme. When you update parent theme css in child theme will not disappear.theme

    .megamenu .sub_menu_wrap {
        padding-bottom: 0;
    }


  • ssuleymanli replied

    i cannot do it. can you do it? I want like attachment

  •  597
    WordPress replied

    Hi,

    I see the menu is the same as your picture. 

    Thank you!