Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #982046
    MrsX
    Participant

    Hello dear staff,

    On the shop page, I want to change the format of the text underneath each shop-item; so I want to change the format of the title of each shop-item ON THE SHOP PAGE.

    More over: I want to change the setting from bold to thin/ normal and I want to make the size smaller, so choose a smaller heading.

    How can I do this?

    TY in advance!

    #982047
    MrsX
    Participant
    This reply has been marked as private.
    #982180
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
        line-height: 20px !important;
        font-weight: normal;
        font-size: 15px !important;
    }
    

    You may change 15px and 20px to achieve your desired result.

    Hope that helps

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