• Resolved mamandis

    (@mamandis)


    Hello,

    I use Astra for my website, want to add mega menu (found AP mega menu free version).
    I need that menu buttons would be white or transparent.

    Found in available skins that there is “Clean white” – thought “cool”, but after I set it, color of button is white, but border still in color (frame left) – I dont need.

    This menu has “custom CSS” field, I tried to enter there:

    .navigation-top {
        background: transparent;
        border: 0;
    }

    It does not work. Tried to change the name .towpmega-menu-primary { – no luck.

    What I made wrong?

    How to fix the menu be without borders, or you know good mega menu for free with lot of settings which I can use?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey @mamandis,

    I may be able to write a custom CSS snippet for you to fix the issue. In order to do this I please need a link to your website. Could you share it with me please?

    Thanks!

    Thread Starter mamandis

    (@mamandis)

    Dear @noellesteegs ,

    I started to build a website and I stuck with mega menu, tried to find with “inspect element” with no luck, tried to find border element in CSS, but there where is same color, numer is: 0 (firefox -> inspect element).

    So, please, tell me what I make wrong, that I did not fix this.. ??

    my page is HERE.

    Thanks for sharing the link. Please try this snippet:

    .wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal {
        border: none;
    }
    .wp-megamenu-main-wrapper.wpmega-clean-white.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a:before {
        display: none;
    }

    Let me know how it goes. ??

    Thread Starter mamandis

    (@mamandis)

    It is working! ??
    Thank you, @noellesteegs, very much!
    Have a nice day! ??

    Perfect, @mamandis!
    ?
    Glad to see you guys helping each other out.
    ?
    Do let us know if there’s anything else we can help you with. And do mark the topic as resolved.

    Have a nice day and weekend ahead. Stay safe! ??

    Happy to hear it’s working @mamandis!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘AP Mega Menu in Astra set transparent’ is closed to new replies.