Ptphotography Posted October 11, 2020 Share Posted October 11, 2020 Hello everyone, I think I am missing something. I was wondering if there is a code to make the NEXT Botton/Arrow/Product Name to appear? Link for reference: https://shop.tribedubai.com/collections/best-sellers/products/raffia-wall-decorations My website: https://www.ptphotography.com/destination/7v1gw1mrynm8aojh0otshn3rwbj4yc-p62n2-pebdc Thank you in advance! Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 You mean on mobile? Add to Home > Design > Custom CSS /* Product slide arrows control */ @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: flex !important; } /* arrows background */ .ProductItem-gallery-carousel-controls * { background: white; } .ProductItem-gallery-carousel-controls>div { justify-content: center !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ptphotography Posted October 12, 2020 Author Share Posted October 12, 2020 @tuanphan Thank you for always helping out! Yes both on mobile and web. The idea is to show an arrow or name which says Back/ Next to see the other products. Or it could be an It should look like this. Here is an edited reference for you. I have highlighted the arrow in red to which I want it to appear. Thank you for your patience, Best regards, K Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 Add to Home > Design > Custom CSS /* Previous Next */ .ProductItem-nav-pagination { display: flex !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ptphotography Posted October 15, 2020 Author Share Posted October 15, 2020 @tuanphan Thank you for your urgent reply. I still cannot the Prev/Next arrow or text. Please, do you have another code I can try? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.