shaqmarie Posted October 17 Posted October 17 (edited) Hi there, I'd like to be able to change the font style for the image titles on the mobile version of my portfolio page to simple paragraph text. The current Heading style looks good on desktop but it is too much/looks too heavy on mobile. It would be nice to centre the text on the lozenge as well if possible. Is there some code that can do this? Example attached. Thanks in advance! Edited October 17 by shaqmarie Grammar
Solution Web_Solutions Posted October 17 Solution Posted October 17 10 minutes ago, shaqmarie said: Site URL: https://www.nickikonomou.com Hi there, I'd like to be able to change the font style for the image titles on the mobile version of my portfolio page to simple paragraph text. The current Heading style looks good on desktop but it is too much/looks too heavy on mobile. It would be nice to centre the text on the lozenge as well if possible. Is there some code that can do this? Example attached. Thanks in advance! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media screen and (max-width: 767px ) { [data-section-id="626240dd4faefb7401455ad7"] .portfolio-title { font-family: var(--body-font-font-family) !important; font-size: var(--body-font-font-family) !important; text-align: center !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
shaqmarie Posted October 17 Author Posted October 17 This works perfectly! Thanks so much for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment