[Support request] How to remove underline from links in sidebar

Home Forums Support [Support request] How to remove underline from links in sidebar

Home Forums Support How to remove underline from links in sidebar

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2260499
    Amit

    Hey,

    Hey, how do we remove Underline from sidebar links?

    #2260502
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2260510
    Amit

    Here

    #2260518
    Amit

    Also, is there any way to remove Underline from sidebar table of content only?

    #2260551
    Leo
    Staff
    Customer Support

    Try this CSS:

    .sidebar #ezw_tco-2 a {
        text-decoration: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2260778
    Amit

    Did not work – The css is added, still same

    #2260783
    Fernando
    Customer Support

    Hi Amit,

    Can you try this instead?:

    .inside-right-sidebar a {
        text-decoration: none;
    }

    This will remove underlines for all links in the right sidebar.

    Kindly let us know how it goes.

    #2260789
    Amit

    It worked – Different placements had different -2, -3, I made some changes it worked. Thanks a lot

    #2260793
    Fernando
    Customer Support

    You’re welcome Amit!

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