Home General Discussion

Service Catalog - Icons / Images - Remove hover over change colour

CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

Dear All,

Is there a way to remove the hover over change colour for icons on the service catalog?

Kind Regards

Daniel

Best Answers

Answers

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Any help with this please?

    Thanks

    Daniel

  • Shane_WhiteShane_White Cireson Support Super IT Monkey ✭✭✭✭✭
    edited February 2020

    Hi Daniel

    Is this what you are after? Put this in Custom.css:

    .service-catalog-content .mini-template-body .mini-services img:hover {

    opacity: unset;

    }

    .service-catalog-content .thumbnail-lg:hover .favorite {

    opacity: unset;

    background: none;

    }

    If not, send me a screenshot of what you are trying to remove.

    Thanks,

    Shane

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Shane,

    This didnt work but ideally what i would like from this is some code which can do the following on the service catalog:

    Remove favorite functionality from SC and replace it with

    When clicking on a Request offering picture or text it will take you to the offering

    Kind Regards

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Shane,

    This seems to work good, only thing it doesn't seems to work in and still allows for hovering and changing colour in internet explorer?

    If you can't sort this in IE no worries as we use Chrome and Edge here and seems to be ok in these.

    Thanks

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    This has fixed it and worked.

    Thanks

    Daniel

Sign In or Register to comment.