Home › Forums › Basel support forum › Instagram: Remove Tiny Arrows and Add 'Load More' button › Reply To: Instagram: Remove Tiny Arrows and Add 'Load More' button
April 4, 2019 at 3:14 pm
#116984
ochow7
Participant
(1) The code that you provided didn’t work. The arrows that I’m referencing are not a hover effect. If you look at the page, it’s consistently there. Can you take another look please?
(2) Side question. On our shop page – the title, price and buttons underneath the picture were not centered aligned. We found the following code via this support thread: https://xtemos.com/forums/topic/product-images-allignment/ and inputted it. It center aligned everything except for the price. Can you modify the code so that price get’s aligned as well?
body .basel-hover-alt .product-title {
text-align: center;
}
body .basel-hover-alt .wrap-price{
text-align:center;
}
body .basel-hover-alt.purchasable .wrapp-swap{
margin: 0 auto;
}