Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #638734
    Jason A
    Participant

    I was working on the display of my Woocommerce Products and in the Column’d look, I was hoping to adjust make the Font Larger for both the Product Name and Price as well as add Bold effect to both; My website is: http://noahinspired.com. Currently, I have my products arranged in section 9 of my homepage. Thank you again.

    #638745
    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
        font-size: 159%;
        font-weight: bold;
    }
    .woocommerce .price, .woocommerce-page .price,.woocommerce li.product .entry-header .price>ins>.amount {
        font-size: 20px;
        font-weight: bold;
    }

    Hope it helps.

    #638775
    Jason A
    Participant

    This worked perfectly! Thank you.

    #638776
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-638734 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>