You can find the “Back to top” button settings in Theme options > Settings, where you can change its location (left or right), or you can disable it. The Back to Top button icon has the link website color by...
You can download the pixfort child theme “pixfort-child.zip“ from your Downloads page in your pixfort account. pixfort Account > My Websites > Downloads > Download Child Theme What is Child theme? For detailed information about the Child theme you can...
To apply custom CSS to a specific popup you can target it using the unique popup class selector .pix-popup-ID (where ID is the popup WordPress post ID), you can also find this popup class in the Advanced tab inside the...
By default, the theme Search element display suggestions for default post types (Posts, Pages, Portfolio and Products), however, if you have custom post types on your WordPress site and want to include these custom post types in the search suggestions...
To customize the Portfolio post type labels you should install the child theme then add this code the the file functions.php inside the child theme then apply the desired modifications: function update_theme_slug( $args, $post_type ) { if (...
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:...
You can easily add tabs to your page in the pixfort WordPress Theme using Elementor. You can either import a premade Tabs template using pixfort Templates, or create fully custom Tabs using the Tabs element from pixfort Elements. To create...