03/23/2016 at 10:32 am
#370240
Keymaster
@ vanocreations
re: Is it possible to only show the field for the link of website and remove Title + Target + nofollow ?
The only way to hide these items is with CSS. Please add the following the the theme’s custom CSS area:
#cn-form .link-title-container,
#cn-form .link-target-follow-container,
#cn-form .link-assignment {
display: none;
}
re: And automatically used blank target and nofollow ?
Those are the defaults.
Hope that helps!
