Home Forums Themes Support Gecko Somes changes

Viewing 1 reply thread
  • Author
    Posts
    • #2117

      Could you help us to change the following styles:
      – orange color for sales
      – blue color for new
      – the brown colors of the metaslider
      – the black color of the footer (the theme option does not work, we can’t the defaut color)

      We have a small problem with the search engine:
      – is it possible to have only summaries and not the full article?

      Finally :
      – Is it possible to have always identical image formats for quickview?

      Thanks in advance for your help

    • #2121

      Hi,

      1. You can change color of sale, new in JanStudio > Theme Option > General Layout > Custom CSS

      .jas-menu li.sale > a:after, .badge span  { background: #ffa800; }
      .jas-menu li.new > a:after, .badge .new { background: #01bad4;}

      and change fa800, 01bad4 with your color code

      2. The brown color of meta slider by add custom css in JanStudio > Theme Option > General Layout > Custom CSS

      .furniture-slider .metaslider .flexslider .caption-wrap .caption { background: rgba(181, 150, 119, 0.8);}

      change 181,150,119 as your RGB color and 0.8 is opacity as 80%

      3. The black color on footer you can add css

      #jas-footer::before { background-color: #000;}

      and change #000 with your color

      4. The search result display summaries if you have more articles have same keyword, it will display full article if only one article in search result

      5. You image have different dimension, shape ( vertical rectangle, horizontal rectangle) so quick view can’t display identical image formats

       

      Best 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.