10/11/2015 at 3:50 pm
#350168
Participant
Thanks for the quick reply, I look forward to the new features when they arrive :)
re: in link widget, remove the title label and title entry field, so that user only can enter the URL
I have managed to get this far, but it hides both the title and url text and fields. Do you know what I can do to hide just the title label and field?
div#cn-metabox-metabox-links input[type="text"],
div#cn-metabox-metabox-links label
{
display: none!important;
}
Thanks
