Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315860
    Stephen Watts
    Participant

    Hi,

     

    Can you give me a CSS code for removing the underlines on the links on the pictures on the home screen?

     

    Thanks

     

     

    #315862
    Sakin
    Keymaster

    Hi Stephen,

    You can add the following CSS in the “Appearance => Customize => Additional CSS” to remove the underline from the Cover block image.

    .wp-block-cover a {
    	text-decoration: none;
    }

    Regards,
    Sakin

    #315867
    Stephen Watts
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘CSS code for removing the underlines in links’ is closed to new replies.