How can I eliminate underline from product title on hover?

Topic summary

A user seeks to remove the underline that appears on product titles when hovering over them in the featured collection section of their theme.

Proposed Solution:
Victor from PageFly suggests a CSS-based fix involving three steps:

  • Navigate to Online Store → Theme → Edit code
  • Open the theme.liquid file
  • Paste custom CSS markup before the closing tag

The original poster thanked Victor, suggesting the solution was helpful. The discussion appears resolved with a straightforward CSS customization approach.

Summarized with AI on November 21. AI used: claude-sonnet-4-5-20250929.

How can I remove the underline under the product title when hovering in the feature collection section (ride theme)?

Hi @tahomic ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

2 Likes

Thank you Victor