Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #737691

    Hi,

    Please tell me
    1. How to delete tiny triangle button in the left from Mega menu sublevel links
    2. How to adjust padding size around Mega menu sublevel links

    Regards,
    Chandan Paul

    #738132

    Hey Chandan,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #738160

    Hi, Ricard,

    Thanks for your response, please find the site address in private content.
    If you need credentials pl let me know.

    Regards,
    Chandan

    #738710

    Hi,

    Thanks for the link. Please try the following in Quick CSS under Enfold->General Styling to remove the arrow:

    .header_color .avia-bullet {
        display: none;
    }

    And try this for the padding of the Mega Menu items, these are the default values so you have to adjust them to your liking:

    .avia_mega_div > .sub-menu > li > ul > li a {
        padding: 3px 12px 3px 12px !important;
    }

    Best regards,
    Rikard

    #739373

    It works perfectly!
    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to delete tiny triangle button in the left from Mega menu sublevel links’ is closed to new replies.