Okay
  Public Ticket #2984023
Dropdodwn Megamenu Fonts
Closed

Comments

  •  12
    tombeckham started the conversation

    Where can I style the fonts that are the first items in the Dropdown Megamenu? Using the Ultimate Shop demo store for example, as also indicated in the screenshot.

    For example, the area listed in bold:

    Main Menu item > Submenu Page Category > Menu item       

    Thanks!



  •  2,958
    Andrew replied

    Hi there,

    Kindly send us a link to your site so that we can assist with the necessary CSS.

    Thanks,

  •  12
    tombeckham replied

    Yes, would do that but I'm working on this locally first. Until i put it on a server, is there anything else you can offer? Like, using https://themenectar.com/salient/ecommerce-ultimate/ as an example, where would one be able to style those same typographic elements? I suspect that this style is shared by another property but cannot find it's description in the Typographic section of the interface.

  •  1,877
    Judith replied

    Hi There,

    The bold main menu items should appear by default however in the case they don't you can use this css for it:

    #top .sf-menu li ul li a, #header-secondary-outer nav > ul > li > a, #header-secondary-outer .sf-menu li ul li a, #header-secondary-outer ul ul li a, #header-outer .widget_shopping_cart .cart_list a, .nectar-slide-in-cart.style_slide_in_click .close-cart {
        font-weight: bold !important;
    }

    Thanks.