Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Motofumi Suzuki Posted July 24, 2020 Posted July 24, 2020 Which CSS file I need to edit in order to change the menu bar hover effect? I'm thinking to put something like a code below. a { position: relative; display: inline-block; text-decoration: none; } a::after { position: absolute; bottom: 2px; left: 0; content: ''; width: 100%; height: 2px; background: #333; opacity: 0; visibility: hidden; transition: .3s; } a:hover::after { bottom: -4px; opacity: 1; visibility: visible; } Record_2020_07_24_09_39_15_653.mp4
WP V0RT3X Posted July 24, 2020 Posted July 24, 2020 Edit ONLY your custom css template. Motofumi Suzuki 1
Recommended Posts