This documentation concerns the pixfort WordPress Theme only You can disconnect your site from your WordPress Theme Dashboard > Manage > Disconnect Site. Your browser does not support the video tag. Theme Dashboard > Manage > Disconnect Site Good to...
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