1) Cart page logo, how can I change it, direct from page from admin panel?
This topic has 55 replies, 5 voices, and was last updated 3 weeks, 4 days ago ago by SARKIS KARTASHEV
1) Cart page logo, how can I change it, direct from page from admin panel?
Hello, SARKIS KARTASHEV,
1/ The color of all departments can be changed according to your request using custom CSS code. We have added it for you here – https://prnt.sc/VCIec5yKP0Dx
2/ The logo on the cart page can typically be changed from the theme settings. Please navigate to Theme Options > Woocommerce > Cart/Checkout Layout > Header > Logo.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best regards,
8Theme’s Team
Hello thank you very much for adding custom css code, one more I have changes the border color for search box dropdown, the same need to search box category dropdown but can not find from settings.
when search give result, dropdown box are blue, when open near search category dropdown still grey and can not find from where change.
VIEW ALL RESULTS button color #cb2033
Hello, SARKIS KARTASHEV,
Thank you for contacting us and for using XStore.
1/ Custom CSS code can be used:
header .fancy-select-results {
border: 3px solid #1e73bf !important;
}
2/ Theme Options > Styling > Dark buttons.
We hope this information is helpful.
Best Regards,
8Theme’s Team
Hello I need thi box and all department closed button make wider
Hello, SARKIS KARTASHEV,
Thank you for reaching out to us.
Theme Options > Header Builder > edit with of elements, for example – https://prnt.sc/EqMXfXJmDWn9
Best regards,
8Theme’s Team
hello how can I make view result box search button instead or black, red colored
Hello, SARKIS KARTASHEV,
Thank you for reaching out to us.
To change the color of the “View Results” search button from black to red, you can apply custom CSS or change settings in Theme Options > Styling > Dark buttons. Please add the following CSS code to your theme’s custom CSS section:
.ajax-results-wrapper .btn.black {
background-color: red;
}
If you need further assistance, please let us know.
Best regards,
8Theme’s Team
Can not find ADD TO CARD BUTTON on product page
How can I make search box bigger left side?
Hello, SARKIS KARTASHEV,
Thank you for reaching out to us.
Here is what we see on your product page – https://prnt.sc/8jPJvvcMhpn1
Best Regards,
8Theme’s Team
1) How can I change SHOPPING CART, CHECKOUT, ORDER STATUS text color need it to be #ffffff and when hover #eeeeee
2) From where can I change payment security text and picture?
Hello, SARKIS KARTASHEV,
Thank you for reaching out to us.
1) To change the text color of “SHOPPING CART”, “CHECKOUT”, and “ORDER STATUS” to #ffffff and the hover color to #eeeeee, you can use the following custom CSS:
.cart-checkout-nav a {
color: white;
}
.cart-checkout-nav .active, .cart-checkout-nav a:hover {
color: #eee;
}
2) To change the payment security text and image, please navigate to: Appearance> Widgets > Cart area – https://prnt.sc/71orFffD_0ZH
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Best Regards,
8Theme’s Team
1) When I turn on woocommecre invoice plugin seee this error, can you explain why?
2) I want to move searchbox left on 80 pixel to look like picture 2.
Dear @Sarkis Kartashev,
We hope this message finds you well.
We would like to inform you that there was a 60px offset applied to the “All Departments” element in the header builder, as shown in the following screenshot: https://prnt.sc/CqpzkuzigSVT. We have now adjusted this value to 0, which has resulted in the elements appearing closer together, as reflected in your provided screenshot: https://prnt.sc/aqSlO15d34ys.
Regarding the WooCommerce notice related to the WooCommerce PDF Invoices plugin, if the plugin continues to function as expected, the notice can be safely disregarded. However, if you experience any issues with its functionality, please provide us with a detailed list of the problems along with relevant screenshots. We will then reach out to the plugin’s developers for further assistance, as this plugin is developed by a third party and any necessary fixes would need to be implemented on their end.
It is our understanding that this is an automatic notice generated by WooCommerce when a plugin has not explicitly declared compatibility with a newly introduced feature while could still work well.
Should you have any further questions or concerns, please do not hesitate to contact us.
Best regards,
Jack Richardson
The 8Theme Team
Hello
1) Need to make this black buttons blue color?
2) Price 3 pixel more and bold is it possible?
3) On shop page left category text want to make blue colored, 2 bixel bigger and bold and xox line also make blue colored and boled
Hi @SARKIS KARTASHEV,
Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:
body .footer-product .button,
body .footer-product .et-wishlist-holder,
body .footer-product .show-quickly,
body .footer-product .xstore-wishlist{
background-color: #1d73be;
border-color: #1d73be;
}
body .content-product .quantity-wrapper {
margin-top: 13px;
}
body .widget_product_categories.sidebar-widget ul li a {
color: #1d73be;
font-weight: bold;
font-size: 18px !important;
}
and xox line also make blue colored and boled
Please provide a screenshot.
Kind regards,
The 8Theme Team
Hello from where can I change woocommerce-placeholder picture to mine one?
Hello,
Thank you for reaching out to us.
To change the default WooCommerce placeholder image to your own, please follow these steps:
1. Prepare your custom placeholder image and upload it to your WordPress Media Library.
2. Copy the URL of the uploaded image.
3. Add the following code to your child theme’s functions.php file or via a custom plugin:
add_filter( 'woocommerce_placeholder_img_src', 'custom_woocommerce_placeholder_img_src' );
function custom_woocommerce_placeholder_img_src( $src ) {
return 'https://yourdomain.com/wp-content/uploads/your-placeholder-image.jpg'; // Replace with your image URL
}
This will replace the default WooCommerce placeholder image with your custom one across your site.
We hope this information is helpful.
Best Regards,
8Theme’s Team
Hello have made as you told and worked only for main page but on shop page no changes
Hello,
Could you please provide temporary wp-admin and FTP access? We will check what can be done to help you.
To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.
For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.
Warm Regards,
The 8Theme Team
Here it is
Hello, SARKIS KARTASHEV
To ensure you get the best support, we’re escalating your request to another specialist from our team, who will take a closer look at the issue.
They will update you as soon as possible, and we’ll make sure to keep you posted. If you have any additional details that might help, feel free to reply here.
Thank you for your cooperation!
Best Regards,
The 8Theme Team
Hello @SARKIS KARTASHEV
Please, check now !
We set the updated image ID in the WooCommerce settings -> https://prnt.sc/X3aBzDDc95Bq.
Kind regards, Jack Richardson
The 8theme’s team
Thenk you very much, now is okay
The issue related to '‘How can I import template, where can I find guide, to import?’' has been successfully resolved, and the topic is now closed for further responses