Viewing 15 replies - 1 through 15 (of 15 total)
  • Please post a link to a relevant page.

    Thread Starter KAZZTRD

    (@kazztrd)

    Try this in your custom css:

    .price del .amount {font-size:14px}
    .price ins .amount {font-size:18px}

    Thread Starter KAZZTRD

    (@kazztrd)

    That was great! Thank you so much!

    How can I change the color of the crossed out original price to 3b3b3b?

    .price del .amount {font-size:14px; color:#3b3b3b}
    Thread Starter KAZZTRD

    (@kazztrd)

    I need to change two more items and I am ready to go with my site!
    You are being so helpful!

    How can I make the letter under the product picture larger?

    .woocommerce ul.products li.product h3,
    .woocommerce-page ul.products li.product h3
    {font-size: 1.1em}

    1.0 is the current value.

    Thread Starter KAZZTRD

    (@kazztrd)

    Great again!!!

    One more change I would like to make but not sure what I want?

    Change the lettering color in the DEAL ME IN button?

    Change the looks or color of the DEAL ME IN button?

    Maybe change the size of the DEAL ME IN button? Maybe a little smaller.

    Thank you;
    Greg

    .woocommerce #page-wrapper .single_add_to_cart_button
    {color:#f0f0f0; background:#d00000; width:90px; height:24px; font-size:11px; border:1px solid #808080}
    Thread Starter KAZZTRD

    (@kazztrd)

    Great I am working with it and I see you made the button Red w/white!

    I just noticed something else,

    The rollover on the letters below the picture, how can I change that orange color to the red #dd0000?

    I am so happy I was able to do all this today!

    Thanks always;
    Greg

    .woocommerce ul.products li.product h3:hover,
    .woocommerce-page ul.products li.product h3:hover
    {color:#dd0000}
    Thread Starter KAZZTRD

    (@kazztrd)

    Thank you for above I will work on that!

    I am having problems with the DEAL ME IN button!

    It has shadows and boarders on it that I cannot figure out how to change.

    I have some colors on the URL now that show this.

    Thanks
    Greg

    Try this CSS to adjust your buttons

    .woocommerce #page-wrapper .single_add_to_cart_button {
    text-shadow: 0 0 0;
    border: 0;
    box-shadow: 0 0 0;
    }

    If you’d like to have the shadow on the text remain, just remove the text-shadow line. Hope this helps!

    .woocommerce #page-wrapper .single_add_to_cart_button
    {-webkit-box-shadow:none; -moz-box-shadow:none; text-shadow:none; border:1px solid #d00000}
    Thread Starter KAZZTRD

    (@kazztrd)

    Thank you for all the help today!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Price size on Product Shop page.’ is closed to new replies.