• alerion2

    (@alerion2)


    Hello,

    how can i reduce the font size of the text the lowest price in the last 30 days is…

    because it displays it in the same size of the current price and it is way too big

    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • krriissgg

    (@krriissgg)

    You could use the class selector to adress it and set a font size to your liking.

    .wc-price-history.prior-price.lowest {
    font-size: 12px;
    }

    Thread Starter alerion2

    (@alerion2)

    thank you very much! and last question, does your plugin store price history in database ID tables? because i was using another plugin and when they updated the plugin it caused the ID of orders and posts etc to jump 30000s due to this.

    Plugin Author kkarpieszuk

    (@kkarpieszuk)

    the plugin keeps the history in the post meta table. It is really unlikely that one day it could de-synchronize – most of the plugins and WP internals keep the data in the same way

    Thread Starter alerion2

    (@alerion2)

    great thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce font size’ is closed to new replies.