Home General Discussion

Remove favorite button

CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

Dear All,

I need to remove the favorite button next to cancel on the service catalog portal.

Any help with this?

Daniel

Best Answers

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭
    Answer ✓

    Hi Justin,

    After some searching the following code seems to work, but thank you for the help with this:

    custom.css:

    #drawer-taskbar > button:nth-last-of-type(-n+2){  Visibility: hidden;}

    Kind Regards

    Daniel

Answers

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Justin,

    This seems to work but shows up and then quickly disappears which is not ideal.

    Thanks for the help so far.

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭
    Answer ✓

    Hi Justin,

    After some searching the following code seems to work, but thank you for the help with this:

    custom.css:

    #drawer-taskbar > button:nth-last-of-type(-n+2){  Visibility: hidden;}

    Kind Regards

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Shane,

    Ok thank you and I have tested and changed from 1400 to 5. We have the portal on a fairly good server and the refresh rate is good.

    Thanks

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Shane/Justin,

    You both are right and i can see what you mean now.

    My only issue with this is that it shows for a second then goes still.

    Dependent on the form and how much is on there as well.

    I set it to 500 at the moment, do you have any other ways of doing this?

    Daniel

  • CaterhamITSupportCaterhamITSupport Member Advanced IT Monkey ✭✭✭

    Hi Shane,

    Here is a picture attached, so I wanted to disable the favorites and icon. Also wanted when you click on the icon it opens the request offering.

    Daniel


Sign In or Register to comment.