Home Forums Themes Support Gecko Making icons two differnet colors

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #33825

      Hi,

      I’m trying to make icons on my site two different colors. The icons are in the very first row on my home page and the same exact place on this page: https://wellpointcanada.com/imun-rx/

      On the home page I would like them to be: #59bf00

      And on the Imun RX page the same red color they are right now.

      Thanks.

       

       

       

       

    • #33827

      Hi Cairs,

      you can change color on homepage by add custom code in JanStudio > Theme Option > General Layout > Custom CSS

      .home #jas-content i.fa {
      	color: #59bf00;
      }

      Kind regards

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

    • #33858

      Hi, Thanks for the help. The issue I’m having now is that the icons that show up when I mouseover the products on my Shop page are red…I didn’t notice that till now. Can you please help me to turns those green as well? Thanks.

    • #33860

      Hi,

      Please go to JanStudio > Theme Option > General Layout > Custom CSS find the code

      #jas-content i.fa {
      	color: #ff0000;
      }

      and change to

      .page-id-6244 #jas-content i.fa {
      	color: #ff0000;
      }

      Kind regards

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

    • #33867

      Great thanks! All fixed now.

Viewing 4 reply threads

You must be logged in to reply to this topic.