Change color via Theme Options > WooCommerce > Shop elements > Variation swatches > Swatches Border Color
Change code to – https://prnt.sc/20reqgo
border-width: 2px;
Regards
Change color via Theme Options > WooCommerce > Shop elements > Variation swatches > Swatches Border Color
Change code to – https://prnt.sc/20reqgo
border-width: 2px;
Regards
Hello,
Go to Theme Options > Header Builder > delete newsletter element from the content – https://gyazo.com/e8742314119d36d1352fb200a50fc547
Enable Elementor for static blocks – https://prnt.sc/20raxmb , then edit PreFooter static block. If you just want to delete Brands area from the Shop page, go to Pages > Edit Shop page > [8theme] Layout options > Use custom pre footer for this page/post > Without
Regards
Add the next code in Theme Options > Theme custom CSS:
.single-product .st-swatch-size-large li.type-image {
width: 80px;
height: 80px;
}
Regards
Hello,
We use custom CSS code on the demo. Provide URL of your variable product and we will help you with the code.
Regards
Hello,
If you need to get elements/pages from different demos there are 2 ways:
– XStore studio allows import sections from different demos, when you are using Elementor plugin. Just edit page using Elementor > click here – https://prnt.sc/udpfle and import the desired block.
– If you are using WPBakery Page Builder – https://youtu.be/wkIKN2IyEZI
If you can’t get the desired page using the Studio, provide the URL of the demo page and temporary wp-admin access, we will help you.
Regards
Provide URL, temporary wp-admin and FTP access.
Regards
Hello,
Thanks for using our theme.
Сustom header is used on Home page, go to Theme options > Header builder > Multiple headers > edit header for the Front page or remove that. Here is a video about Multiple headers – https://youtu.be/BpeXfzNwkOc
Regards
Hello,
Read about Progress Bar here – https://www.8theme.com/documentation/docs/sales-booster/
About postcode/zip, contact the support of WooCommerce plugin.
Regards
Can you enable the “Observe Wrapper Container” for all your sliders under the Module General Options -> General -> Browser behaviour section and then check again after deleting your browser’s cache.
Regards
Hello,
Here is what we can see – https://prnt.sc/20qw636 Go to Theme options > Header builder > Header Main > Background Color, Header builder > All departments > Background Color Of The Title, change colors there.
If this doesn’t work, provide correct wp-admin access.
Regards
Hello,
You’re welcome!
Regards
Hello,
Go to Loco Translate > Themes > XStore > French (France) > search for “Home” string and change translation.
Make sure that XStore theme and XStore core plugin translation files placed into wp-content/languages/themes and wp-content/languages/plugins folders folder. Make sure that names of translation files are correct according to our docs that was sent by Olga previously.
Regards
Hello,
1/ Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem. Let us know the result.
2/ Make sure that Static Blocks Cache is disabled in Theme Options > Speed Optimization.
3/ Provide temporary wp-admin access.
Regards
Hello,
Add the next custom CSS code:
.products-list .content-product .product-image-wrapper img {
width: auto;
}
Regards
try this
add_action( ‘wp’, ‘etheme_template_custom_hooks’, 60 );
function etheme_template_custom_hooks() {
if ( etheme_get_option(‘product_variable_price_from’, false)) {
add_filter( ‘woocommerce_format_price_range’, function ( $price, $from, $to ) {
return wc_price( $from );
}, 20, 3 );
}
}
xstore-child/functions.php
Regards
Theme Options > WooCommerce > Single product builder > Breadcrumbs > Use Breadcrumbs As – Static Section , select Background Color
Regards
Hello,
Thank you. I passed your issue to our developers. I’ll inform you once they fix the problem. Don’t change access till my next reply.
Regards
Hello,
Check translation of XStore Core plugin – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards
Hello,
Elementor > Settings > enable the editor for static blocks, products and so on. Go to Static blocks > edit Footer block using Elementor
Regards
Hello,
You’re welcome!
The categories widget is not a filter. Neither WooCommerce nor our theme has filter by categories, there is only the categories list widget. If you need a filter widget you need to look for third-party filer plugins. Please note that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins.
Regards
Hello,
Connect to your server using FTP and remove the /wp-content/fonts/roboto folder.
After that go to Theme Options > Typography and choose the font for the body and headings again.
Regards
Hello,
Check settings in Theme Options > Socials sharing
Regards
There is no such possibility, unfortunately.
Regards
Hello,
Go to translation of the theme, and change the Vanaf word to empty space
Regards
Hello,
Thanks for using our theme.
Please provide URL of the mentioned page and temporary wp-admin access.
Regards
Hello,
Try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear cache of browser, and check then. Maybe one of the additional plugins is a reason for the problem. Let us know the result.
Regards
Hello,
Please provide URL and temporary wp-admin access in this topic via the Private Content area.
Thanks in advance.
Regards
What is the URL of your site?
Check the popup via an incognito window of your browser.
Theme Options > Header builder > Newsletter > Newsletter On > try On mouse out
Regards