Change font of prices

  • Author
    Posts
  • #46388

    I have been poking around the customization on your very beautiful theme but can’t seem to locate where I could change the font size of the prices on a site I am working on. Any help would be appriciated. Thanks

    Website: www.richicollection.com

    • This topic was modified 6 years ago by xcarnage.
    #46425
    Zed
    Cryout Creations mastermind

    You can use custom CSS for that:

    .woocommerce-Price-amount.amount {
        font-size: 1.2em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #46532

    I definately don’t doubt the use of, but what section would I put the custom CSS. I’ve tried on the mantra settings options Custom CSS changing font sizes but they dont change. Sorry my mistake, I should have been more specific, the price did change everywhere. I was looking to change the price sizes on the category page only. Thanks, you have been great help.

    #46617

    Hi @xcarnage. I use a plugin named “Super Simple Custom CSS”. You could also use the Custom CSS area of Mantra. That’s found in Dashboard > Appearance > Mantra Settings > Misceallaneous Settings > Custom CSS. Just copy/paste the CSS Zed gave you into that box. Make sure you save your changes.

    #47078
    Zed
    Cryout Creations mastermind
    .tax-product_cat .woocommerce-Price-amount.amount {
        font-size: 1.2em;
    }

    matches product prices in categories.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Change font of prices’ is closed to new replies.