Okay
  Public Ticket #2919116
Demo's
Closed

Comments

  •  2
    chrispattison started the conversation

    In the 'What's new' section of your new landing page you have the menu items with rounded cornered boxes with margin between them, but if I try to build a menu this is literally impossible - are there settings somewhere for megamenu column border radiuses and margins?

  •  1,882
    Judith replied

    Hi There,

    Did you mean creating a similar menu?

    Thanks.

  •  8,860
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #header-outer #top .sf-menu > li ul,#header-outer #header-secondary-outer .sf-menu > li ul,#header-outer .widget_shopping_cart .widget_shopping_cart_content,#header-outer .cart-notification,body #header-outer #top .nectar-woo-cart .widget_shopping_cart,body[data-fancy-form-rcs="1"] .nectar-shop-header .woocommerce-ordering .select2-dropdown {
        border-radius: 10px;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    chrispattison replied

    Thanks both, I figured it out in the end, similar to what you suggested :)