If you added an iframe or script tags into a page on your website and it was working while you are logged in into your WordPress account but they are not showing in the live site when you are not...
If you’d like to hide certain parts of your blog posts or post listings, you can do so by adding small CSS snippets to: Theme Options > Layout > Advanced > Custom CSS Hide Post Author To hide the post...
Remove WooCommerce SKU Field Option 1 – Using PHP:Add the following code to your child theme’s functions.php: add_filter('wc_product_sku_enabled', '__return_false' ); Option 2 – Using CSS:Add the following CSS snippet into Theme Options > Layout > Custom CSS .sku_wrapper { display:...
How to Hide Specific Post Elements