This topic has 10 replies, 3 voices, and was last updated 4 years, 8 months ago ago by Olga Barlow
How can I put in this border dotted for the single product and for the products of my home page like screenshoot bellow???
https://prnt.sc/raqumm / for the home page products grid
https://prnt.sc/raqux9 / for the single product
Thank you in advance you are the best support for real
Hello,
1) Use
.products-loop .last:last-child .content-product {
border-right: none;
}
2) Use section options to add border http://prntscr.com/razts7
Regards
it not works the dotted it not appear, i have done exactly the same as you
https://prnt.sc/rb0paq
https://prnt.sc/rb0nly
Hello,
1) You asked me about home page and I gave you code for the home page. Now you post screenshot for the shop page. I’m confused. Do you want to remove the border for all the product grid or for the home page only? Besides, such things are personal customization, it is not the question about theme options because we don’t have such option. If you need extra help with additional customization according to your needs submit the request to the customization team. Check what’s included in theme support, please, https://themeforest.net/page/item_support_policy
Regards
I solved it myself, I just want to know how I do not see the border on the last product shop page like bellow
Thank you for patience
Try the next code:
.products-loop .product:nth-child(4n) .content-product {
border: none;
}
Regards
solved thank you
You’re welcome!
Regards
Rose but on the responsive mode the dotted not dissapear like on desktop :((
Hello,
As I can see you removed the dotted border and added the border around the product. So, did you decide to change the design?
Regards
You must be logged in to reply to this topic.Log in/Sign up