Home Forums Themes Support Gecko Blog Colors / Translation

Viewing 7 reply threads
  • Author
    Posts
    • #2448

      Hi there,

      How are you?

      Please, I have 4 questions about the theme. Could you help me with this?

      1) How do I change the colors of the Mini Cart & the sidebar?

      2) How can I translate the buttons that are written in English?

      3) How do I change the colors and the text of the buttons “Hot” & “New”

      4) Can I change the color only of the bar below the cover photo of categories and don’t change the text colors (Secondary color)? Here is an example:

      Thank you so much!!!!

      Best Regards,

    • #2450

      Hi there,

      Not bad, how about you?

      1. You want to change text color, background color or anything else?

      2. To translate, you can use Loco Translate or WPML plugin

      3. Please use this custom CSS code http://pastebin.com/NK4yhNSM

      4. Please use this custom CSS code .result-count-order.bgd { background: red; }

       

      Best regards!

    • #2452

      Hi there,

      I’m good, thanks! Thanks for your support.

      Please, find the answers below:

      1. You want to change text color, background color or anything else?

      I need to change text color, background & the black bar too. 

      2. To translate, you can use Loco Translate or WPML plugin

      3. Please use this custom CSS code http://pastebin.com/NK4yhNSM

      4. Please use this custom CSS code .result-count-order.bgd { background: red; }

      In this code where can I put the RGB color?

      That’s perfect, I’ll try all !! Thank you!

      Best regards!

    • #2455

      Hi,

      1. To change text color of Mini Cart use this code
      .jas-mini-cart .mini_cart_item a, .jas-mini-cart .mini_cart_item * { color: #222; }

      Change text color of sidebar use this code
      .widget a, .widget * { color: #333; }

      4. Syntax like this
      .result-count-order.bgd { background: rgba(0, 0, 0, 1); }

    • #2457

      Perfect! Thank you so much!!!

       

      Have a great day!

    • #2511

      Hi!

      Please, I’m so sorry, but I need some further help. The codes to change the colors of the buttons “Hot and New” & to change the black header of the sidebar didn’t work out. So I still need some assistance to this topics.

      Could you help me, please?

      1) How do I change the colors of the Mini Cart & the sidebar?

       

      2) How do I change the colors of the buttons “Hot” & “New”

      3) How do I change this grey filter in the header of the categories? Is there any way to make it more bright? You can see the diference in the original photo & after it is in the header

      the header

      original pic

      Thank you!

    • #2515

      You can add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS

      1. Change mini -cart

      .jas-push-menu h3 { background: #000; color: #fff; }

      Change #000 and #fff with your colors

      2. Hot & New badge

      .badge span { background: #f68e56; }

      .badge .new { background: #4eb0be; }

      Change #f68e56 and #4eb0be with your color

      3. Page title background

      .page-head:before { background: rgba(0, 0, 0, 0.4) ; }

      Change 0,0,0 with your as R,G, B color and 0.4 as opacity from 0 to 1.

      Best regards

       

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

    • #2519

      Thank you so much!!! Now everything has worked 🙂

      Thank you for your support, as always!!

Viewing 7 reply threads

You must be logged in to reply to this topic.