Ads manager, removing visible link

Tee Lyn Posted in Technical Support 3 years ago

Is there any way to remove the visible link on the ads manager box where the ad is and just link a .jpg .gif .png image rather then having the web address link

Replies
Catalan Tee Lyn Replied 3 years ago

ty Arsalan :)

Indonesian Arsalan Shah Replied 3 years ago

You can remove it in https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/v5.x/components/OssnAds/plugins/default/ads/item.php#L6

OR adding a below css rule inside your CSS file and flush OSSN cache.

.ad-link { display:none;}