Site logo

[Resolved] Remove URL color/underline on Woocommerce Shop page

Home Forums Support [Resolved] Remove URL color/underline on Woocommerce Shop page

Home Forums Support Remove URL color/underline on Woocommerce Shop page

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #2463146
    Stefanie

    Hi – Just checking in for any update?

    Thank you,
    Stefanie

    #2463250
    Ying
    Staff
    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;
    }
    #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

    #2463290
    Ying
    Staff
    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;
    }
    #2463310
    Stefanie

    Perfect!! Thank you

    #2463345
    Ying
    Staff
    Customer Support

    You are welcome   🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.