Hello all you fine folks! I’m currently using the Ride Theme in my store, however the only issue I have is that I don’t have an option for a gallery on the home page where I can embed a link so that a customer can click the photo and it will take them directly to that product page. How can I acieve this? It’s for my “Best Sellers” collage on the home page. Is there a custom code or such I need to use? Would someone be willing to walk me through this? I remember on the Debut theme I was able to have a gallery and embed the links. my website is www.americanblues56.com so that way you can visit is and see what I mean. Also, how would I increase the size of the text on the menu bar? Right now it’s pretty small, I’d like to have it much bigger to be easier to see and read. Thank you!
Hello @MandyRenee56
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.list-menu__item {
font-size: 1.5rem !important;
font-weight: bold !important;
}
Thank you, however is there a way to make the text bigger as well?
Hello @MandyRenee56
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.list-menu__item {
font-size: 2.4rem !important;
}
that’s perfect, thank you!!!