05/01/2018 at 5:29 pm
#461023
Keymaster
@ Erika
RE: What is the purpose of the Title field under Links?
The link title is what will be displayed on the page instead of the link URL. If no title is supplied the URL will be displayed.
RE: Is there a way to get rid of it? I’m having trouble targeting it with CSS.
Use this CSS selector:
#cn-form-container .link-title-container {
display: none;
}
I’ll see if I can add an option to disable it in the settings for the next update.
Hope this helps!
