jQuery(document).ready(function($) { // 1. Target the specific link by its unique class and remove it $('.fusion-page-load-link').remove(); // 2. Target by text content just in case the class is glitched $('a:contains("Page load link")').remove(); // 3. Force-hide via JS if removal is blocked by theme timing $('.fusion-page-load-link').css({'display': 'none', 'visibility': 'hidden'}); });

sgc-admin

About sgc-admin

This author has not yet filled in any details.
So far sgc-admin has created 0 blog entries.
Go to Top