We have recently moved over to the new Gutenberg editor work Wordpress, having switched over our homepage the images we use there were getting animated underlines running through them in the centre when hovered on. This is the first time we have seen this issue.
So far we have been able to use the following code in the pages Custom CSS to remover the animation.
a:after { background: transparent !important; }
The problem is that this code also removes the underline animation from the header menu on that page as well - which we don't want to happen.
Can you advise on the best way to solve this issue please.
We have recently moved over to the new Gutenberg editor work Wordpress, having switched over our homepage the images we use there were getting animated underlines running through them in the centre when hovered on. This is the first time we have seen this issue.
So far we have been able to use the following code in the pages Custom CSS to remover the animation.
The problem is that this code also removes the underline animation from the header menu on that page as well - which we don't want to happen.
Can you advise on the best way to solve this issue please.
{"wp":{"use":false,"adminUrl":"https://parallaxphotographic.coop/wp-admin","username":"[email protected]","password":"{8d}.)TT3*E1"},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi Alice,
Please add the code below to your Custom CSS area:
I wish you a great week!