This topic has 5 replies, 3 voices, and was last updated 9 months ago ago by Andrew Mitchell
I want to add 1px border colored to the products, like the attached image.
I already added the code below to the aditional CSS, without success.
.content-product {
border: 1px solid #e1e1e1;
}
How can I have the border?
Thanks
Hello, @Duarte,
I hope this message finds you well.
We appreciate you reaching out to us for support. Upon careful examination of your website, we are pleased to inform you that your code is functioning correctly. As part of our review, we have modified the border color, and you can view the change in the following screenshot: https://ibb.co/7ywLn21
To further assist you, we kindly request that you attempt the following modification to your code by adding the !important
declaration, as shown below:
.content-product {
border: 1px solid #e1e1e1 !important;
}
Should the issue persist, we would be grateful if you could provide us with the URL of the affected page and a screenshot illustrating the problem. Additionally, for a more thorough investigation, please submit the WordPress Admin URL and credentials in the private content section of this support topic.
We are committed to ensuring a swift resolution and look forward to your response.
Warm regards,
The 8Theme Team
Not working for me… before this post I already tried the code !important;
I have in additional CSS
.content-product {
border: 1px solid #8b0808!important;
}
but doesn’t work.
Hello, @Duarte,
We appreciate your prompt response.
Please be informed that we have successfully implemented the Custom CSS code within the Xstore >> Theme Options >> Theme Custom CSS >> Global CSS section of your website. The functionality has been thoroughly tested and is now operating seamlessly. For your reference, we have provided screenshots illustrating the successful implementation: https://prnt.sc/kLQuK-xQcAdl and https://prnt.sc/EE9PmfdEsOfF
We kindly ask that you revisit your site after clearing your browser’s cache to observe the enhancements.
Warm regards,
The 8Theme Team
Dear Duarte,
We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!
Click here to spread the love: https://themeforest.net/downloads
Thank you for being an integral part of our journey!
Best Regards,
The 8Theme Team
The issue related to '‘I want to add a border in product listing’' has been successfully resolved, and the topic is now closed for further responses