Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Color Customization of one or more items in Main Menu

Topic Resolution: Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #39397
      seventalents
      Support Expired

      How can I edit the color of one or more items in main menu? see attached screenshot.

      Attachments:
      You must be logged in to view attached files.
    • #39406
      Harry
      Support Expired

      Hi,

      1. you can change color for all menu item in Claue > Theme Option > Color Scheme

      2. If you want change for single menu item, please right click on menu item and inspect to menu item to know menu ID https://prnt.sc/vrcgc4 and add code to claue-child > style.css

      .home .header__transparent .jas-menu > li#menu-item-66 > a {
      	color: #222;
      }

      and change 66 with menu item ID number.

      Kind regards

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

    • #39414
      seventalents
      Support Expired

      Thanks Harry, it works if I add it to Claue > Theme Options > General Layout > Custom CSS.

      How can I edit the hover color of the same item?

    • #39421
      Harry
      Support Expired

      Hi,

      Please change code to

      .home .header__transparent .jas-menu > li#menu-item-66 > a,
      .jas-menu > li#menu-item-66 > a,
      .home .header__transparent .jas-menu > li#menu-item-66:hover > a,
      .jas-menu > li#menu-item-66:hover > a {
      	color: #222;
      }

      and change your ID number and color

      Kind regards

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

    • #39433
      seventalents
      Support Expired

      Thanks Harry … the last questions regarding this topic:

      1. Why it doesn’t work if I add the code to claue-child > style.css and it works if I add it to Claue > Theme Options > General Layout > Custom CSS?
      2. If I leave the code in Claue > Theme Options > General Layout > Custom CSS, when I’ll update the theme do I lose my code?
    • #39438
      Harry
      Support Expired

      Hi Seventalents,

      I’m not sure why, can you please send me login credential to check.

      The code you added in Claue > Theme Options > General Layout > Custom CSS not lose when you update.

      Kind regards

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

    • #39440
      seventalents
      Support Expired
      This reply has been marked as private.
    • #39446
      seventalents
      Support Expired

      Besides I have noticed that the color for single menu item “PROMO” is red only on homepage, on other pages it isn’t red, why?

      Finally how can change the color for single menu item on mobile version and add a badge for single menu item on mobile version?

       

    • #39451
      Harry
      Support Expired

      Hi,

      1. It now your site using header transparent option and it only work on homepage.

      Please change code to

      .home .header__transparent .jas-menu > li#menu-item-358 > a,
      .jas-menu > li#menu-item-358 > a {
      	color: #ff3e11;
      }

      to make it work on other page

      2. Please use below code for mobile

      #jas-mobile-menu ul li#menu-item-358 a {
      	color: #ff3e11 !important;
      }

      I’m sorry on mobile it not support badge.

      Kind regards

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

    • #39564
      seventalents
      Support Expired

      The code for mobile doesn’t work

    • #39570
      Harry
      Support Expired

      Please change code for mobile to

      #jas-mobile-menu ul li.hot a {
      	color: #ff3e11 !important;
      }

      Kind regards

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

    • #39578
      seventalents
      Support Expired

      Great! it’s ok.

    • #39579
      seventalents
      Support Expired

      Perfect!

Viewing 12 reply threads

You must be logged in to reply to this topic.