niteshifte Posted October 18 Share Posted October 18 I am struggling to find the location of where I can change the size of this title 'You might also like' on the product page. Can someone either point me in the right location or is there some magical code that I can use to increase it etc. https://www.peterotoole.ie/shop/cork/p/12-pubs-of-cork-calendar-2024 Thanks a mill! Link to comment
Solution Lesum Posted October 18 Solution Share Posted October 18 @niteshifte You can add this code snippet within the Custom CSS panel: .ProductItem .ProductItem-related-label { font-size: 1.8rem !important; } You can customize the font size by adjusting the '1.8rem' value in the code to fit your preferred size. If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
niteshifte Posted October 18 Author Share Posted October 18 1 hour ago, Lesum said: @niteshifte You can add this code snippet within the Custom CSS panel: .ProductItem .ProductItem-related-label { font-size: 1.8rem !important; } You can customize the font size by adjusting the '1.8rem' value in the code to fit your preferred size. Thanks a mill Sam! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment