You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
This is a great theme. However, I did notice a bug. For starters, I wanted to do some minor customization, and do a hover effect on the links in the navigation pane. This should be a simple css addition. But even after doing that no transition occurred.
I examined further in the theme.scss, and found that cards in the blog should have their title undergo a size change when hovered over. I've put the relevant snippet below.
When I hover over them, no animation or size change occurs, the card stays static, but I can still click the link. This is on a local Jekyll build and serve. I've also discovered that this doesn't happen on the public site showcasing the theme.
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
MughilM
changed the title
Hover tags do not appear to work
No transitions on hover anywhere on the site
Jul 29, 2021
I tried debugging it but couldn't know where to start so I start with disabling JavaScript, and it worked. It seems the JavaScript causes all the bugs.
Hello,
This is a great theme. However, I did notice a bug. For starters, I wanted to do some minor customization, and do a hover effect on the links in the navigation pane. This should be a simple css addition. But even after doing that no transition occurred.
I examined further in the
theme.scss
, and found that cards in the blog should have their title undergo a size change when hovered over. I've put the relevant snippet below.When I hover over them, no animation or size change occurs, the card stays static, but I can still click the link. This is on a local Jekyll build and serve. I've also discovered that this doesn't happen on the public site showcasing the theme.
Any help is appreciated. Thanks!
The text was updated successfully, but these errors were encountered: