Home Forums Themes Support HelpDesk I want to change SHOP and SALE COLORS

Viewing 6 reply threads
  • Author
    Posts
    • #14499

      I want to change the color of shop and sale in the menu bar. And i want to translate all the theme and shop to Español.

      Who i change the size of the Menu?, I do not like the thick white stripe that the main menu has. I want to change the thickness.

      I also want to add the cart to the side of the menu, which always appears.

      Attachments:
      You must be logged in to view attached files.
    • #14507

      Hi,

      1. You can change background for badge and font weight, font size of menu by add custom css in Claue > Theme Option > General Layout > Custom CSS

      .jas-menu li.sale > a::after {
      background: #ffa800;
      }
      .jas-menu li.new > a::after {
      background: #01bad4;
      }
      .jas-menu li.hot > a::after {
      background: #ff3e11;
      }
      .jas-menu > li > a {
      font-size: 14px !important;
      font-weight: bold !important;
      }

      2. Please go to Settings > General > change site language to Espanol and follow this topic http://support.janstudio.net/forums/topic/theme-translation/

      3. You can change cart slide in Claue > Theme option > WooCommerce > Product Detail Settings > Add to cart behavior > Slide Sidebar

      Best regards

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

    • #14839

      Hi,

      You can replace this image in Appearance > Widgets > Footer 5.

      Best regards

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

    • #14871

      Thanks… I have a problem with the color of Sale, i change it, for a moment appear with the new color, but now, it’s orange again.

      What’s the problem?

      And… Can you change the size of the white bar of the menu where the logo is?

      Attachments:
      You must be logged in to view attached files.
    • #14889

      Hi,

      I checked you site and saw it still use old code. Please add custom CSS

      .jas-menu li.sale > a::after {
      background: #ffa800;
      }

      and change #ffa800 with your color.

      Best regards

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

    • #14913

      If you enter in my site, the color en sale doesn´t change. In de INICIO page.

      If you go to the others pages, the color change.

      I send you a screenshots

      Attachments:
      You must be logged in to view attached files.
    • #14917

      Hi,

      I see the badge background changed.

      If you want change text color http://take.ms/muPMb please add custom code

      .jas-menu li.sale > a {
      color: #ec0101;
      }

      Best regards

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

Viewing 6 reply threads

You must be logged in to reply to this topic.