• Resolved metuckness

    (@metuckness)


    Hi,

    I am using Generate Theme with the Active Child theme and I have all the plugins purchased (I got the plugin pack). I have found where to modify all the colors on the theme EXCEPT for the prices.
    Here is the Store Site and as you can see, the prices are a bad color that hides in the base color.

    How can I change those prices (both the normal price and the sale price) colors to white or a dark red or something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter metuckness

    (@metuckness)

    I found a resolution!

    Posting this in the custom styles sheet:

    .woocommerce ul.products li.product .price,
    .woocommerce-page ul.products li.product .price {
    	text-align: left;
    	color: #fff;
    /* This is what you MAY want to change color */
    	font-weight: 100;
    	font-size: 1em;
    }

    Apparently the theme can’t control those colors.

    Theme Author Tom

    (@edge22)

    Glad you found a solution, thanks for posting it! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need Price Color Help’ is closed to new replies.