• Resolved Lockhart

    (@muldari)


    I am trying to make the font size for the single product page price to be smaller. It’s too large but I can’t seem to make it smaller.
    I’ve tried both below and all it does is make the DASH smaller on items with a price range, but doesn’t change the symbol or the actual price amount:
    .woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:.8em}
    span.price, p.price {font-size: .8em;}

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    Hi there,

    It looks like the font-size is being set by some CSS in your themes stylesheet and is using !important. Here’s the CSS you’re looking for:

    
    .entry-summary p.price span {
    	font-size: 26px !important;
    }
    
    Plugin Support Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Price Font Too Large’ is closed to new replies.