Support » Plugin: WP Product Review Lite » Cart icon button color

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor selu

    (@marius2012)

    Hey,

    On the Wp Product Review settings -> Buy now button tab you have all the details for changing the colors. Here you have a screenshot for this:

    http://prntscr.com/8dyk2u

    Thank you !

    Thread Starter pugman76

    (@pugman76)

    Sorry I meant the actual picture of the shopping cart icon within the button. It is a blueish color, however when you hover over it – it turns white. Is there a way to just make it white in a non-hover state? It looks bad to me with most of the colors unless the background is set to white.

    Hello,

    You can try this CSS:

    .affiliate-button a span, .affiliate-button a:hover span {
       background: none!important;
    }
    .affiliate-button a span:before{
       content: "\f07a";
    font-family:fontawesome;
    padding-right:5px;
    color:red;
    }

    In place of “red” put your color code.

    Thank You

    Plugin Contributor selu

    (@marius2012)

    Hey,

    Can you share the link to your website to have a better look over the problem ?

    Thank you !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cart icon button color’ is closed to new replies.