• Easy to use plugin and is working flawless.

    The only thing that I am trying to figure out is how to change the color of the price. Now it is light-grey and I am trying it to make it red, but I am not able to change it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Thanks for your review – always nice to hear positive comments so thank you!

    You can change the colour of the price text by adding this code to your theme css:

    .product-price {
    	color: #333333 !important;
    }

    Update the color code there as needed.

    Hope this helps ??

    Thread Starter da_PSI

    (@da_psi)

    Hi Maeve Lander,

    I tried to code, but I have to put it in the style.css? I put it in there, but now all the letters (the name of the bikes) are red, the price is still grey.

    Its regarding this website: https://www.aletras-megabike.eu

    (Will sent a donation somewhere next week!)

    Plugin Author Maeve Lander

    (@enigmaweb)

    It is working for me when I make the change in my element inspector for your site… please check you are putting in the correct code

    .product-price {
    	color: #000000 !important;
    }

    Also I noticed your whole catalogue is in courier font so I suspect you may have accidentally put your shortcode inside [code] tags in the editor...

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘5 star plugin’ is closed to new replies.