Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author prontotools

    (@prontotools)

    Hi @noeortizs

    You could target the icon like this:

    HTML:

    <a href="#" class="woo-cart"><i class="fa fa-shopping-cart"></i> Store (0)</a>

    CSS:

    
    .woo-cart i.fa.fa-shopping-cart {
        color: red;
    }
    

    Let us know if that works or if you have any issues.

    • This reply was modified 6 years, 8 months ago by prontotools.
    Thread Starter noeortizs

    (@noeortizs)

    Thanks. Sorry for the spelling mistakes. I actually meant, how to change the color of both the icon and the “Shop” text right next to it. Everything that the short code display.

    Thread Starter noeortizs

    (@noeortizs)

    I got it ??
    Thanks for the help

    Plugin Author prontotools

    (@prontotools)

    @noeortizs does it work if you just tarted the class then?

    .woo-cart {
        color: red;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change color’ is closed to new replies.