- This topic has 1 reply, 2 voices, and was last updated 6 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › How to hide creative tag
Hi,
because I’d like to send my Affiliates ONE link to a special site on my website I don’t want to show them other opportunities (Affiliate Links). Is there a chance to hide the creative tag for them? Please see screenshot here: https://drive.google.com/file/d/12DEi5yXHUvrG3S0NTFDtlW1VAl_ze2Rv/view?usp=sharing
Thanks for your support
@matho22, You can hide it by adding this CSS:
#aff-controls ul li:nth-child(4) {
display:none;
}