Cotton_Tuner Posted Thursday at 08:54 PM Share Posted Thursday at 08:54 PM Site URL: https://www.neonlifechurch.com I have added rotating arrows to my dropdown menus using Custom CSS. The problem I'm having is the arrows aren't staying down while the menu is dropped down. So as soon as the cursor moves off the arrow it rotates back to the 0 degree position, while the menu is still down. What code will fix this? Link to comment
Web_Solutions Posted Friday at 04:04 AM Share Posted Friday at 04:04 AM 7 hours ago, Cotton_Tuner said: Site URL: https://www.neonlifechurch.com I have added rotating arrows to my dropdown menus using Custom CSS. The problem I'm having is the arrows aren't staying down while the menu is dropped down. So as soon as the cursor moves off the arrow it rotates back to the 0 degree position, while the menu is still down. What code will fix this? I think you have solved the problems. If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Cotton_Tuner Posted Friday at 02:39 PM Author Share Posted Friday at 02:39 PM No. It's still rotating back to 0 degrees while the menu is down. Do you have a solution? Link to comment
Solution Web_Solutions Posted Saturday at 11:29 AM Solution Share Posted Saturday at 11:29 AM 20 hours ago, Cotton_Tuner said: No. It's still rotating back to 0 degrees while the menu is down. Do you have a solution? Yes. I have a solution. See below .header-nav-folder-title:hover::after { transform: rotate(180deg) } Replace the top code with the code below. .header-nav-item--folder:hover .header-nav-folder-title::after { transform: rotate(180deg) } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Cotton_Tuner Posted Sunday at 12:01 PM Author Share Posted Sunday at 12:01 PM Awesome! It worked! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment