Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1114041
    iPremium
    Participant

    Hi again!

    How can we have 2 lines on the product name listings on the store? Our product names are a bit big and they all seem the same with only 1 line.

    http://www.ipremium.pt/wp.php/loja/page/2/

    Thank you!

    #1114070
    Rahul
    Moderator

    Hey There,

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

    .woocommerce li.product .entry-header h3 a, .woocommerce-page li.product .entry-header h3 a {
      white-space: normal;
      Font-size:25px;
    }
    
    .woocommerce li.product .entry-wrap, .woocommerce-page li.product .entry-wrap {
      top: calc(90% - 4em);
    }

    Hope it helps.

    #1117495
    iPremium
    Participant

    Than you so much, but that is not quite what i was looking for.
    What I needed was the title of the product to be seen completely on this page http://www.ipremium.pt/wp.php/loja/
    So, instead of putting the “…” it should break on to a new line

    I’ve attached an img with a markup

    Thanks allot

    #1117730
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1118704
    iPremium
    Participant
    This reply has been marked as private.
    #1119098
    Darshana
    Moderator

    Hi there,

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

    
    .woocommerce li.product .entry-header h3 {
        white-space: normal;
    }
    

    Hope that helps.

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