• Resolved bodhibuild

    (@bodhibuild)


    Could someone walk me through the steps to changing the font color of the price on my product pages?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You can change it by the css (from backend or in the style.css of your child theme on FTP).

    To know the name of the Class, use the Inspector of your internet navegador (right click with the mouse on the product page).

    If you give the link of your site and the color, we can help more.

    Good luck!

    Thread Starter bodhibuild

    (@bodhibuild)

    Thanks @selfoutlet. I’m a bit overwhelmed by the inspector. If you can help, that would be great. My product page is https://ofinkandinsight.com/product/tellme-insight-cards

    I just need the price darker – like all the other text.

    Thread Starter bodhibuild

    (@bodhibuild)

    I fixed it by putting this CSS in Customize>Additional CSS

    .price .woocommerce-Price-currencySymbol{
    color: #595959 !important;
    }

    .woocommerce-Price-amount.amount {
    color: #595959;
    }

    You see, isn’t so hard. Now you know that you can personalize a lot of things in your site :))

    Good luck!

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