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
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.
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; }
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!
Hi there,
Kindly send us a link to your site so that we can assist with the necessary CSS.
Thanks,
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.
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:
Thanks.