Home › Forums › Support › Remove URL color/underline on Woocommerce Shop page This topic has 6 replies, 2 voices, and was last updated 2 years, 9 months ago by Ying. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts December 14, 2022 at 6:41 am #2461568 Stefanie Hi – I’d like to remove the hyperlink underline and brown color from the links in ONLY in my Left Sidebar that is displayed on my Woo Shop Page here: https://www.littlemoonpapercompany.com/store/ Could you provide the css for that? Thank you, Stefanie December 15, 2022 at 9:38 am #2463146 Stefanie Hi – Just checking in for any update? Thank you, Stefanie December 15, 2022 at 11:10 am #2463250 YingStaff Customer Support Hi Stefanie, Your topic slipped through our support system, sorry about that. You can try this CSS: .post-type-archive-product #left-sidebar a { text-decoration: none; } December 15, 2022 at 11:33 am #2463280 Stefanie No problem – and thank you! It looks like it’s applied on the main shop page. Could I get it to apply on the category pages as well? like this one: https://www.littlemoonpapercompany.com/product-category/early-learning-activities/ Basically anywhere left sidebar is used December 15, 2022 at 11:39 am #2463290 YingStaff Customer Support Basically anywhere left sidebar is used If that’s the case, you can simplify the CSS to: #left-sidebar a { text-decoration: none; } December 15, 2022 at 11:52 am #2463310 Stefanie Perfect!! Thank you December 15, 2022 at 12:24 pm #2463345 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In