NEED HELP
Please remove the fading text when I come with the cursor on it:
Shop Link: https://93f811-2.myshopify.com/
A user seeks help removing text fading effects that occur when hovering over their mega menu with a cursor.
Proposed Solution:
A PageFly support representative provides CSS code to address the issue:
.link-faded-reverse:hover {
color: black !important;
}
The solution targets the hover state of faded links by forcing the text color to black, which should eliminate the fading effect. The discussion appears resolved with this technical fix, though no confirmation from the original poster is included.
NEED HELP
Please remove the fading text when I come with the cursor on it:
Shop Link: https://93f811-2.myshopify.com/
Hi @admintb
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 theme.css
Step 3: Paste the below code at bottom of the file → Save
.link-faded-reverse:hover {
color: black !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly