Open Privacy Policy Page in New Window
-
In the Theme Settings – Cookie law info, I set the Privacy Policy page. In the Cookie pop-up at the bottom, when I click “More info”, the Privacy Policy page opens in the same window. How can I change it to open it in a new window?
Attachments:
You must be
logged in to view attached files.
Hello,
Add the code below in Theme Settings -> Custom JS:
jQuery(document).ready(function() {
jQuery('a[href="YOUR_COOKIE_PAGE_URL"]').attr('target', '_blank');
});
Best Regards,
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Open Privacy Policy Page in New Window’ is closed to new replies.