Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #335199
    Ginger Eldridge
    Participant

    Would it be possible to remove the underline on the music links in all of the music players? The sticky player is fine…it’s the players on my Music page and product pages:

    https://ronfairchild.com/music/

    https://ronfairchild.com/product/coming-home/

    https://ronfairchild.com/product/smooth-jazz/

    If not possible to remove link underlines from just the music players, I would be fine with removing the underlines from all links on the site.

    Thank you!!

     

    #335208
    minal
    Keymaster

    Hello Ginger,

    Here is the Css code for removing the underlines from playlist

    .wp-playlist a {
    	text-decoration: none !important;
    }

    and if you want to remove underlines from all links here is the following code for you

    a {
    	text-decoration: none !important;
    }

    Sincerely,
    Minal

    #335239
    Ginger Eldridge
    Participant

    Thank you!!! That looks so much better!

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