Client logos// opening new tabs

Hi! is there any way that when clicking client logos links are opened in new tabs? currently they’re opening in the same window, thus taking me out of my website.

Thanks!

Hi,

Use a plugin like this, Simple Custom CSS and JS – WordPress plugin | WordPress.org and put this Custom JS in that,

jQuery('.logo-carousel .slides a').attr('target', '_blank');

and then it will open the link in a new tab from client logos. :slight_smile:

Let us know,

Thanks,
laranz.

works perfectly! thanks!!

Hi,

You’re welcome :slight_smile:

Let us know, if you have any other questions.

Thanks,
laranz.