Home Forums Themes Support HelpDesk top navigation menu

Topic Resolution: Resolved
Viewing 1 reply thread
  • Author
    Posts
    • #29397

      Hi,

      I want to have one item of my main navigation menu to stand out more by having a nice padded background colour. How would I do that with CSS coding?

    • #29401

      Hi,

      Please right mouse click on menu item and click on Inspect to now ID of menu item http://prntscr.com/mssptk

      and add below code to Claue > Theme Option > General Layout > Custom CSS

      .jas-menu > li#menu-item-3577  {
      	padding: 0 15px;
      	background: #56cfe1;
      }
      .jas-menu > li#menu-item-3577  {
      	color: #fff;
      }

      and change #menu-item-3577 with your menu item ID

      Your support expired, could you please renew at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281

      Thanks

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.