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 #1388779
Portfolio: Remove Icon
Closed

Comments

  • compamedia started the conversation

    Hi, 

    is it possible to remove the icon at the portfolio which appears on hover? 

    Furthermore, is it possible to change the overlay-color which appears on hover?

    Kind regards

  •  7,092
    Oliver replied

    HI!

    1. Pls. give link to the page with the PF

    2. Provide some more info what you need to change

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

    Regards, Oliver

  • compamedia replied

    1) summit.der-award.de  (Login: DMS_2018_LB*)

    2) I'd like remove the Icon which appears on mouse over. Furthermore I'd like to change the color of the overlay on mouse over (now it's something like blueish/purple) 

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    1. 

    .portfolio-icons {
        display: none;
    }

     2. CSS:

    body .gem-gallery-hover-horizontal-sliding .gem-gallery-item .gem-gallery-item-image a:before, 
    body .portfolio.hover-horizontal-sliding .overlay:before, 
    body .gem-gallery-grid.hover-horizontal-sliding .gallery-item .overlay:before {
        background-color: rgba(70, 72, 92, 0.8);
    }

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

    Regards, Oliver

  • compamedia replied

    Thx a lot!

  •  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