Home Forums Themes Support Claue Sticky header menu color is not changing.

Topic Resolution: Resolved
Viewing 17 reply threads
  • Author
    Posts
    • #27360

      http://prntscr.com/lr9lqx

       

      Sticky menu color is not changing in the home page.

    • #27375

      Hi,

      Please remove code you added

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

      Regards

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

    • #27424
      This reply has been marked as private.
    • #27437

      Sorry, please change color in Theme Option > Color Scheme.

      Regards

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

    • #27485

      http://prntscr.com/lsg8nd.

       

      You see this color is not changing where all other colors are ok.

    • #27489

      Hi,

      Please add below code to Claue > Theme Option > general layout > custom CSS

      .jas-action a,
      .header-sticky .jas-action a {
      	color: #222 !important;
      }

      Regards

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

    • #27573

      After applying this happened

      http://prntscr.com/ltkjfp

    • #27578

      I’m sorry i give you wrong code.

      Please remove prev code and add new

      .jas-my-account ul li a {
      	color: #222;
      }

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

    • #27586

      It worked. But I want this buttons to be white because my header background is black. So Icons will be white in all header, sticky header, and mobile.

      http://prntscr.com/ltpt94

    • #27597

      Hi,

      1. I check your site it now the icons are white, please clear cache and check again

      2. Please add more code

      .jas-push-menu .jas-action a { color: #222;}

      Regards

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

    • #27787

      http://prntscr.com/lwgms1

       

      Submenu on the sticky header is still white.

    • #27789

      Hi,

      Please add more code

      .header-sticky .jas-action .jas-my-account a {color: #222;}

      Regards

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

    • #27819

      http://prntscr.com/lx8q2l

      This is what it did.

    • #27824

      Sorry please change code to

      .header-sticky .jas-action .jas-my-account ul li a {color: #222;}

      Kind regards

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

    • #27858

      This menu is not showing in mobile and tablet view http://prntscr.com/lye9ed

      When hovering it gone away http://prntscr.com/lye9uo

    • #27863

      Hi,

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

      .jas-push-menu #jas-mobile-menu ul > li:hover > a {
      	color: #56cfe1;
      }
      .header-sticky .jas-push-menu .jas-action a {color: #222;}

      Regards

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

    • #27944

      Worked perfectly but selected menu is not showing

      http://prntscr.com/m0ljpf

    • #27949

      Hi,

      Please change code to

      .jas-push-menu #jas-mobile-menu ul > li:hover > a,
      #jas-header #jas-mobile-menu ul > li.current-menu-item > a {
      	color: #56cfe1;
      }
      .header-sticky .jas-push-menu .jas-action a {color: #222;}

      Kind regards

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

Viewing 17 reply threads

You must be logged in to reply to this topic.