Home Forums Basel support forum Restrict number of product tags in widget

Restrict number of product tags in widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6556

    germanelx
    Participant

    Hello, I would like to know if there’s a way to set a maximum number of product tags for the ‘Tag Cloud’ widget. Now, this is how it looks:

    https://s13.postimg.org/bvx49vkfb/Screen_Shot_2016_11_10_at_20_20_21.png

    As we will increase the number of product tags it will make the footer broader and broader and it will look very ugly.

    Anyway you could help?

    Thank you.

    #6557

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can limit number of tags in this widget with the following CSS trick, add it to the Custom CSS area in Theme Settings

    .tagcloud a:nth-child(n+15) {
    display:none!important;
    }

    Regards

    #6559

    germanelx
    Participant

    You rock!!!

    #6566

    Artem Temos
    Keymaster

    Happy to help you 🙂

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Restrict number of product tags in widget’ is closed to new replies.