Make process step non clickable and remove hover effect

2 replies · opened Dec 4, 2017

MMikomarDec 4, 2017

Hi,

In my use case, user should not navigate the process via the steps header.

Therefore, I'm looking for a way to make the non clickable and also to remove the hover effect (the circle is filled with black color when mouse hovers).

I already removed the href attribute but it's not enough.

Thanks,
Mickael

MMikomarDec 4, 2017

*** bad formatting with previous post ***

Hi,

In my use case, user should not navigate the process via the steps header.

Therefore, I’m looking for a way to make the `` non clickable and also to remove the hover effect (the circle is filled with black color when mouse hovers).

I already removed the href attribute but it’s not enough.

Thanks,
Mickael

SSemicolon WebSTAFFDec 4, 2017

Hello,

Please consider using the following CSS Code:

.process-steps li { pointer-events: none; }

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard