I have created a site using the Smyle theme.
The menu hover looks like a strikethrough, and I have no idea how I did this and where I can solve it (have been searching for 2 hours now).
Can anybody point me in the right direction please?
I have created a site using the Smyle theme.
The menu hover looks like a strikethrough, and I have no idea how I did this and where I can solve it (have been searching for 2 hours now).
Can anybody point me in the right direction please?
Hi @RVerboom
There is an issue with the CSS – I recommend contacting the Theme Provider Uxeful Templates
If you understand CSS you can fix it by changing the CSS Property of your menu from bottom: 15px to bottom: 0
.hs-menu-flow-horizontal .hs-menu-depth-1:before {
...
bottom: 0;
...
}
Cheers
Mike
Here to learn more about HubSpot and share my HubSpot Knowledge. I’m the founder of Webalite a HubSpot Partner Agency based in Wellington, New Zealand and the founder of Portal-iQ the world’s first automated HubSpot Portal Audit that helps you work smarter with HubSpot.
Hi Mike,
Thank you very much for your reply.
I have contacted the creators and will try your solution.
Rob