Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1788660
hide icon quickfinder
Closed

Comments

  • manimalone started the conversation

    Hi,

    it is possible to hide icon in quickfinder? how can I do?

    Thanks


  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    .quickfinder-item-image {
        display: none;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • manimalone replied

    Hi again!

    this css deletes all the icons, it is possible to use only with a few Quickfinders?

    Tx

    Ana

  •  7,280
    Oliver replied

    Hi,

    Can you add screenshot and link to the page what you need to remove?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • manimalone replied

    Yes, I want to remove only pdf icon of this page


  •  7,280
    Oliver replied

    Add any class in the row settings with this items, for example remove-image, use this code:

    .remove-image .quickfinder-item-image {
        display: none;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • manimalone replied

    Thank you so much,
    Now it works!

    :)

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver