Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #767602

    I’ve been trying to change the font size in the woocommerce shopping cart for four days literally. I’ve figured out how to change the price in quick css and have done that but can’t figure out for the life of me how to change the product font. I’d also like to darken the color of the cart and details button as you have to scroll over them to be able to read them. I’d love to be able to do all of this in quick css since I only have 8 products and don’t ever plan to have a large cart. Does anyone know how to go about doing this?

    #768520

    Hey flowerjovia,

    First of all, you need to follow this article to add new Google fonts: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and after it, use the below custom CSS code:

    
    .inner_product_header_cell h3 {
      font-family: 'Yourfont', sans-serif !important;
    }
    

    Best regards,
    John Torvik

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.