Hello
I want to add color on the hover on the drop down menu, if you check my page when you move the mouse over the sub menu you will the the color change a bit. I want it to me more visible when you moving around. How can that be arranged?
My url:
Hello
I want to add color on the hover on the drop down menu, if you check my page when you move the mouse over the sub menu you will the the color change a bit. I want it to me more visible when you moving around. How can that be arranged?
My url:
Hello @Dekanten ,
Follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.header__submenu .header__menu-item:hover {
color: #f00 !important;
}
Thanks
Hi @Dekanten
Try this one.
.js details > .header__submenu li>a:hover {
color: red;
}
Result:
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
Hi @Dekanten
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.link–text:hover {
color: red !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
@PageFly-Henry @Made4uo-Ribe @Guleria Thank u all for your lovely support, this works like a charm and iam happy with the result. Thank u so much again. ![]()