Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
You’re welcome!
We don’t have access to your Dashboard to check, so I don’t know also.
You can use Global custom CSS area, style.css file of a child-theme or Customizing > Additional CSS area, but do not edit style.css file of the parent theme, because changes will be lost after update of XStore theme.
Feel free to ask if you have any other questions.
Regards
Hello,
1) Add this code in Theme Options > Custom CSS > Global custom CSS of in style.css file of child-theme:
.single_add_to_cart_button {
font-size: 1rem !important;
}
2, 3)
.checkout-button,
.empty-cart-block .btn,
.btn, .form-row.place-order .button {
font-size: 1rem;
}
4) You can use such screenshot maker as Lightshot https://prnt.sc/
.navbar-header .cart-bag:before {
font-size: 20px;
}
.navbar-header .cart-bag .badge-number {
font-size: 12px;
}
Regards
Hello,
Thanks for contacting us.
1) Please check our documentation – https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
2) You need to create Wishlist page – http://prntscr.com/msyan8
Feel free to ask if you have any other questions.
Regards
Hello,
Please replace all this code https://prnt.sc/n79bnk by the next one:
.product-view-mask2 .footer-product .pre_order_loop,
.product-view-mask2 .footer-product .by-vendor-name-link {
font-size: 0;
padding: 10px 0;
}
.product-view-mask2 .footer-product .by-vendor-name-link:before {
content: "\e1000";
font-family: 'xstore-icons';
color: white;
font-size: 14px;
}
.etheme_products .product-view-mask2 .footer-product .by-vendor-name-link,
.products-slider .product-view-mask2 .footer-product .by-vendor-name-link {
padding: 5px 0;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop,
.products-slider .product-view-mask2 .footer-product .pre_order_loop {
padding: 8px 0;
}
.product-view-mask2 .footer-product .by-vendor-name-link:hover,
.product-view-mask2 .footer-product .pre_order_loop:hover {
background: #333333;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop:before,
.products-slider .product-view-mask2 .footer-product .pre_order_loop:before,
.product-view-mask2 .footer-product .pre_order_loop:before {
content: "\f23d";
font-family: FontAwesome;
color: white;
font-size: 14px;
}
.etheme_products .product-view-mask2 .footer-product,
.products-slider .product-view-mask2 .footer-product {
bottom: 0rem;
}
Regards
Hello,
Thanks for contacting us.
Please read our documentation – https://www.8theme.com/demo/docs/legenda/#slideshow
Let us know if you need any further assistance.
Regards
Hello,
You’re welcome!
Regards
Hello,
Where have you added the code?
http://prntscr.com/n6xw2o
Please add this code in Theme Options > Custom css > Global custom CSS:
.product-view-mask2 .footer-product .by-vendor-name-link:before {
content: "\e1000";
font-family: 'xstore-icons';
color: white;
font-size: 14px;
}
.product-view-mask2 .footer-product .by-vendor-name-link {
font-size: 0;
}
.product-view-mask2 .footer-product .by-vendor-name-link:hover,
.product-view-mask2 .footer-product .by-vendor-name-link:hover {
background: #333333;
}
.product-view-mask2 .footer-product .by-vendor-name-link,
.product-view-mask2 .footer-product .by-vendor-name-link {
font-size: 0;
padding: 5px 0;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop,
.products-slider .product-view-mask2 .footer-product .pre_order_loop {
font-size: 0;
padding: 8px 0;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop:hover,
.products-slider .product-view-mask2 .footer-product .pre_order_loop:hover {
background: #333333;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop:before,
.products-slider .product-view-mask2 .footer-product .pre_order_loop:before {
content: "\f23d";
font-family: FontAwesome;
color: white;
font-size: 14px;
}
.etheme_products .product-view-mask2 .footer-product,
.products-slider .product-view-mask2 .footer-product {
bottom: 0rem;
}
Clear cache before checking the result.
Regards
Hello,
Click on the Text tab and try one more time.
It works in the same way even with the default theme, if “Massive Addons for WPBakery Page Builder” plugin is activated on the site, so the problem can’t be fixed from our side.
Regards
Hello,
1) If you use the image as the bg image for the slider + background size “cover” you need to understand that image will be cropped on different devices because background-size “cover” works in this way https://cssreference.io/property/background-size/
You can change background position – http://prntscr.com/n6xfby (will be applied for desktop and mobile) for example http://prntscr.com/n6xg18 > https://prnt.sc/n6xggu
2) Theme Options > Header > Mobile header > Promo popup in mobile menu > Off. Also, you can disable the Newsletter (Promo popup) at all via Theme Options > Promo Popup > Enable promo popup > Off.
3) Theme Options > Typography > Menu > Menu 1 level (hover, active) > Select color.
Regards
You’re welcome!
Regards
Hello,
On your site I can see this code http://prntscr.com/n6sxdn, not this one http://prntscr.com/n6syky
because of cache I can’t say for sure where it comes from, if you have this code in the Custom CSS area, change it to http://prntscr.com/n6sy5b
Do not forget to clear cache before checking the result.
If the problem won’t be solved, provide temporary wp-admin access, so I can take a closer look.
Regards
Hello,
Please provide temporary FTP access and one of our developers will fix the problem on your site.
Regards
Hello,
To get a result like this http://prntscr.com/n6rs7i you need to add this custom CSS code
.product-view-mask2 .footer-product .by-vendor-name-link:before {
content: "\e916";
font-family: 'xstore-icons';
color: white;
font-size: 14px;
}
.product-view-mask2 .footer-product .by-vendor-name-link {
font-size: 0;
}
Here is a list of our icons https://xstore.8theme.com/xstore-icons/
OR https://fontawesome.com/v4.7.0/icons/ –
.product-view-mask2 .footer-product .by-vendor-name-link:before {
content: "\f2dd";
font-family: FontAwesome;
color: white;
font-size: 14px;
}
.product-view-mask2 .footer-product .by-vendor-name-link {
font-size: 0;
}
Also this code:
.etheme_products .product-view-mask2 .footer-product .pre_order_loop,
.products-slider .product-view-mask2 .footer-product .pre_order_loop {
font-size: 0;
padding: 8px 0;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop:hover,
.products-slider .product-view-mask2 .footer-product .pre_order_loop:hover {
background: #333333;
}
.etheme_products .product-view-mask2 .footer-product .pre_order_loop:before,
.products-slider .product-view-mask2 .footer-product .pre_order_loop:before {
content: "\f2dd";
font-family: FontAwesome;
color: white;
font-size: 14px;
}
.etheme_products .product-view-mask2 .footer-product,
.products-slider .product-view-mask2 .footer-product {
bottom: 0rem;
}
will get a great result where you are using [8THEME] Products element.
Regards
Hello,
1) http://prntscr.com/n6re1w http://prntscr.com/n6reer
Font size of the menu you can change in Theme Options > Typography > Menu http://prntscr.com/n6rf0l http://prntscr.com/n6rf8s http://prntscr.com/n6rfce
2) Theme Options > Footer > Footer layout > Show footer demo blocks > Off then go to Apperance > Widgets > add Text widget into Footer Copyrights Left http://prntscr.com/n6rgx3
© Created by <a href="#"><i class="fa fa-heart"></i> <strong>8theme</strong></a> - Power Elite ThemeForest Author.
Regards
Hello,
http://prntscr.com/n6r3ns – remove these paddings or change to http://prntscr.com/n6r448 (http://prntscr.com/n6r49m)
Regards
Hello,
1) Have you cleared cache? Please provide URL of page where I will be able to open the quick view and see the SKU.
2) Great.
Regards
Hello,
You’re welcome!
Regards
Hello,
1) Theme Options > Header > Header layout > Mini cart banner content.
2) We use default WooCommerce checkout and don’t have any special settings for this. Please read the documentation of WC – https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/ or contact WC plugin to get suggestions about their options.
Regards
Hello,
Please change this code http://prntscr.com/n6fs9b according to your needs, for example
.price ins .amount {
font-weight: 600;
}
.price del span {
text-decoration: line-through;
}
Regards
You’re welcome!
Regards
https://tinypng.com/
Also, read this topic https://www.8theme.com/topic/the-subject-is-slow/
Regards
Regards
Hello,
Fixed. Please check.
Regards
For the Home page, you selected a custom footer – http://prntscr.com/n6dpxu so edit “Home page simple footer” static block http://prntscr.com/n6dqba > http://prntscr.com/n6dqn8 or select “Inherit” http://prntscr.com/n6dr26 to get content of Footer from Appearance > Widgets.
Watch our videos – https://youtu.be/hmsxW5KF9dg https://youtu.be/-vPCUHnlMIQ https://youtu.be/4SfPPuwPCVI
Regards
Hello,
I’ve passed this problem to our developers.
As a temporary solution, you can add code in Theme Options > Custom CSS > Global custom CSS
.et-blog .etheme-pagination {
display: none;
}
the pagination will be hidden.
The problem will be fixed in one of the theme updates.
Regards
Hello,
Please read our documentation – https://www.8theme.com/documentation/xstore/woocommerce/product-images/
Describe your problem in more details with screenshots. You can use such screenshot maker as Lightshot https://prnt.sc/
Thanks in advance.
Regards
Hello,
Could you, please, provide temporary wp-admin access in the Private Content area?
Regards
Hello,
You’re welcome!
Regards