Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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,095
    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,095
    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,095
    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