• Resolved analyzati

    (@analyzati)


    hello community,

    I’m wondering if there is any way to replace a website “link” for a css button..

    Check what I need to do: https://ibb.co/Xb8b6Z5
    Any help is welcome.. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    Sorry, I had missed your post until now. Here’s a bit of custom CSS you can use to display the links like buttons:

    .cn-link .link-name,
    .cn-link .cn-separator{
    	display: none !important;
    }
    .cn-link a.url {
    	border: 1px black solid;
    	border-radius: 8px;
    	background-color: black;
    	color: white !important;
    	display: inline-block;
    	padding: 8px 12px;
    }

    I hope this helps; please let me know.

    Plugin Author Steven

    (@shazahm1hotmailcom)

    This is being marked resolved due to inactivity. If you still need help with this, please do not hesitate to let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change website link for a button’ is closed to new replies.