Okay
  Public Ticket #2663162
Dropdown menu
Closed

Comments

  •  8
    byggis started the conversation

    How can I make the dropdown (text/items)  menu do be NOTY transparent but to keep the menu transparent?

    And also,. how to round the corners of the menu and dropdown so its not square?
    I would like something like this see screenshot

  •  2,963
    Andrew replied

    Hi Byggis,

    Please try this css:

    #search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #top .sf-menu li ul, #top nav > ul > .megamenu > .sub-menu, body #top nav > ul > .megamenu > .sub-menu > li > a, #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list li, .woocommerce .cart-notification, #header-outer .widget_shopping_cart_content {
        background-color: #ffffff;
        border-radius: 10px;
    }
    

    Thanks.

  •  8
    byggis replied

    Hi Andrew, it works, with the rounded corner thank you!


    1: The background dont work to be solid color, I have the following CSS in the theme.

    2: Is it any chance to get the kind of "arrow" like the other menu have on the screen shot.



    /*TO UNCLEAR WHAT IT DOES */
    body #header-outer, body[data-header-color="dark"] #header-outer {
        background: transparent;
    }
    /*TO UNCLEAR WHAT IT DOES */

    /*TO MAKE MENU POPDOWN ROUNDED */
    #search-outer .ui-widget-content, body:not([data-header-format="left-header"]) #top .sf-menu li ul, #top nav > ul > .megamenu > .sub-menu, body #top nav > ul > .megamenu > .sub-menu > li > a, #header-outer .widget_shopping_cart .cart_list a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list li, .woocommerce .cart-notification, #header-outer .widget_shopping_cart_content {
        background-color: #ffffff;
        border-radius: 10px;
    /*TO MAKE MENU POPDOWN ROUNDED */


  •  2,963
    Andrew replied

    Hi There,

    Please adjust the opacity and add an arrow using the options shown below:

    3495827586.png

    Hope this helps.

    Thanks.

  •  8
    byggis replied

    Hi Again!

    The dropdown opacity works like a charm.

    The arrow dont work. See attached

  •  2,963
    Andrew replied

    Hi Byggis,

    I am afraid there is no option for the arrow pointing upwards on salient.

    1491203439.png

    Thanks.

  •  8
    byggis replied

    Hi Andrew,  I would be fint with a down arrow but it still dont work.

  •  2,963
    Andrew replied

    Hi Byggis,

    I see you already have a drop down arrow on the menu, or which arrow are you referring to please.

    Is it not the one shown below? The submenu does not have an arrow because there is no drop down menu on the submenu.

    8932211166.png

    Please let us know whether we are missing something.

    Thanks.

  •  8
    byggis replied

    Hi Andrew, Ahh okey. Well I sissunerstod you. Its fine, thank you so much!