interstellarhaze Posted March 20, 2022 Posted March 20, 2022 Site URL: https://www.smartcoolingsolutions.com/ Hi, Trying to make some large text smaller only in mobile view. The hyperlinks below the pictures. Webpage link: https://www.smartcoolingsolutions.com/projects/kaz Thanks for the assistance.
tuanphan Posted March 22, 2022 Posted March 22, 2022 It calls Pagination Title. I shared code to reduce size here. You can also Add to Design > Custom CSS /* Portfolio pagination title mobile */ @media screen and (max-width:767px) { .item-pagination[data-collection-type^="portfolio"] .item-pagination-title { font-size: 14px; } } 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!)
interstellarhaze Posted March 22, 2022 Author Posted March 22, 2022 14 hours ago, tuanphan said: It calls Pagination Title. I shared code to reduce size here. You can also Add to Design > Custom CSS /* Portfolio pagination title mobile */ @media screen and (max-width:767px) { .item-pagination[data-collection-type^="portfolio"] .item-pagination-title { font-size: 14px; } } That solved my issue. Thanks for the assistance!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment