Home Forums WoodMart support forum how to display only icon without text on grids?

how to display only icon without text on grids?

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #518134

    CYCLEPRO
    Participant

    Hi there,

    Please can you tell me how to display only icon without text on product grids? Thanks!

    Best regards,

    #518204

    Luke Nielsen
    Keymaster

    Hello,

    Please clarify where exactly you want to show the icon in the product grid.

    Thank you in advance.

    Kind Regards

    #518477

    CYCLEPRO
    Participant

    Hello,

    Please see attached screenshot which cropped from shop page, and also see product grids on https://www.cycle.pro/home-sport-3

    Thanks!

    Best regards,

    Attachments:
    You must be logged in to view attached files.
    #518614

    Luke Nielsen
    Keymaster

    Hello,

    Please, confirm the permission for plugins deactivation, and switching to the parent/default theme. As soon as we complete the testing we will enable it all back, however, You would better make the full backup of your site.

    Looking forward to hearing back from you!

    Kind Regards

    #518855

    CYCLEPRO
    Participant

    Hello,

    Sorry! you can use this url to login now. This is the admin account. Thanks!

    Best Regards.

    #519192

    Luke Nielsen
    Keymaster

    Hello,

    The text next to the icons appears when the catalog mode is enabled: https://take.ms/6qslC

    If you want to have the appearance of icons without text without turning off the catalog mode, insert the following custom CSS in the global CSS area:

    .catalog-mode-on .wd-hover-base .wd-action-btn.wd-style-text > a {
    	font-size: 0;
    	width: 35px;
      height: 35px;
    	font-weight: 400;
    	line-height: 0;
    }
    
    .catalog-mode-on .wd-hover-base .wd-action-btn.wd-style-text > a:before,
    .catalog-mode-on .wd-hover-base .wd-action-btn.wd-style-text > a:after{
    	font-size: 20px;
    }
    
    .catalog-mode-on .wd-hover-base .wd-action-btn.wd-style-text > a:before {
    	margin: 0;
    }
    
    .catalog-mode-on .wd-hover-base .wd-action-btn.wd-style-text > a:after {
    		left: calc(50% - 0.5em);
        font-size: 18px;
    }

    Kind Regards

    #520737

    CYCLEPRO
    Participant

    Hello,

    Thanks for your coding support, but it is somehow the wishlist icon and quickview icon don’t show the prompt on mouse hover recently, so please help to check and make it display prompt text on mouse hover. See attched screenshot please!

    Kind Regards

    Attachments:
    You must be logged in to view attached files.
    #521180

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but there is no way to enable the Tooltips when using the “Catalog mode”. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
    If you’d like to contact us, we are here for whatever questions you may have.

    Kind Regards

    #521432

    CYCLEPRO
    Participant

    Hello,

    I understand, but I think this is an essential feature since the theme has the features of wishlist and quick view in catalog mode. Nevertheless, I can forget it if this is a custom requirement.
    Let’s conclude this ticket, thanks!

    Kind Regards

    #521589

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for your time. Always remember that you can reach out to us with any questions you may have.

    Have a good day!

    Kind Regards

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

The topic ‘how to display only icon without text on grids?’ is closed to new replies.