Home Forums Themes Support Gecko Mini cart color Menu text size

Viewing 1 reply thread
  • Author
    Posts
    • #34265

      Hi,

      How do I change the colors of the background and the text in the mini cart?

      How do I change the size of the text of the kategories and in the dropdown menu for the kategories on the top at the first page?

    • #34267

      Hi,

      1. You can change background and text in mini-cart by add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .jas-mini-cart.jas-push-menu {
      	background: #fff;
      }
      
      .jas-mini-cart.jas-push-menu {
      	color: #002138;
      }
      
      .jas-mini-cart .variation,
      .jas-mini-cart .quantity,
      .widget_shopping_cart .variation,
      .widget_shopping_cart .quantity {
      	font-size: 12px;
      	color: #999;
      }

      and change #999 as you want

      2. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

      .header-5 .jas-menu > li > a {
      	font-size: 16px;
      }

      and change 16 to your number

      Kind regards

      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.