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

Comments

  1. Hello Erik,

      We 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

    ReplyDelete
  2. 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)

    ReplyDelete
  3. I can't seem to get a picture in this google plus conversation.. started a new one with pic and link

    ReplyDelete
  4. Erik, to remove underline, you should use:
    .userContent a { background-image:none;}

    Because we don't use a standard text underlining - it is rather harsh for larger font sizes.

    ReplyDelete

Post a Comment

Popular posts from this blog

Hello friends

Hello friends!