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 #1560875
icons
Closed

Comments

  • timkornoelje started the conversation

    I would like to change one of the icons that show when you hover over a gallery item. I'd like to change the link item to a shopping cart since I plan to link all the images to their corresponding shop page. To see the icon in question, you can hover over the otter photo in the link I gave. I'll need this icon changed for the whole site since I will have multiple galleries with these links. Please help me figure out how to do this since I can't find the correct part in the code. Thank you.

  •  7,092
    Oliver replied

    Hi,

    What icon to what you need to change, pls. add screenshot and provide the wp-admin access. All the icons list you can see in any icon shortcode or in the qickfinder for example. Or if you wish you can add your own:

    http://codex-themes.com/thegem/documentation/#adding-your-own-icons

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

    Regards, Oliver

  •   timkornoelje replied privately
  •  7,092
    Oliver replied

    Hi,

    From what pack this icon?

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

    Regards, Oliver

  •  7,092
    Oliver replied

    You can use default icon card there, just add this css:

    body .gallery-item .overlay a.icon.link:before {
        content: '\e613';
    }

     

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

    Regards, Oliver

  • timkornoelje replied

    I got it to work with that code and a touch more fussing since I didn't realize I actually wanted a different icon font than what I had set. Thank you for your help!

  •  7,092
    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