hi, what CSS selecter do I need to use for hyperlinks created with crtl+k?
hi, what CSS selecter do I need to use for hyperlinks created with crtl+k? I want to remove the underline and color the text grey. thanks in advance
Here are all posts from Checkvist's 5 years on G+.
Join the live discussion forum https://discuss.checkvist.com
Hello Erik,
ReplyDeleteWe don't have a special mark for links created via Ctrl+K. You can use a generic selector
.userContent a { color: red;}
In general, to find out a selector for some element in Checkvist, use Google Chrome's "Inspect element" command from the right-click popup menu.
Hope this helps,
KIR
Thank you for the information. I tried that already, also with !important addition and with disabeleing "markdown in list". Can't get it to work. Maybe it is something in CSS "serverside" (see pic)
ReplyDeleteI can't seem to get a picture in this google plus conversation.. started a new one with pic and link
ReplyDeleteErik, to remove underline, you should use:
ReplyDelete.userContent a { background-image:none;}
Because we don't use a standard text underlining - it is rather harsh for larger font sizes.
I understand, thanks
ReplyDelete