How to Add a Link to the Copyright Text in Massive Dynamic

Written by Nika

Massive Dynamic

Updated January 08,2025

In this article, we will show how you can add a link to the copyright area text.
1. Open your website in site setting mode
2. Navigate to the general >> custom js
3. Add following codes there

jQuery(document).ready(function($){

$(“.copyright p”).css(“cursor”,”pointer”);

$(“.copyright p”).html(“<a href=’http://theme.pixflow.net/massive-dynamic/’>copyright-made with massive dynamic</a>”);

});

*You can use any URL which you want instead of the http://theme.pixflow.net/massive-dynamic/
*You can use any text you want instead of the “copyright-made with massive dynamic”.
For adding link to the part of the copyright text
Please use this codes:

jQuery(document).ready(function($){

$(“.copyright”).html(“<p>copyright-made with <a href=’http://theme.pixflow.net/massive-dynamic/’>massive dynamic</a></p>”)

});

*You can use any URL which you want instead of the http://theme.pixflow.net/massive-dynamic/
*You can use any text you want instead of the “copyright-made with” and “massive dynamic”.

Related Articles:

  1. How to Set Styles for Single Posts in Massive Dynamic
  2. How to Set Up a Mega Menu in Massive Dynamic
  3. How to Link a Portfolio Item to an External Page in Massive Dynamic
  4. How to Add HTML and JavaScript to a Page in Massive Dynamic
  5. How to Add a Custom Shortcode to Visual Composer
  6. How to Switch a Header Menu Item to a Button in Massive Dynamic
  7. Overview of Portfolio Details in Massive Dynamic
  8. How to Switch from Child Theme to Main Theme in Massive Dynamic
  9. How to Update Massive Dynamic Theme While Using a Child Theme
  10. How to remove the Logo in Massive Dynamic

If you encounter any issues during the process, our support team is available to assist you.

Hey Design Lovers !

Unlock Pixflow Max Annually with 30% off – Use code at checkout

"Newcomer30"