Reem Posted July 25, 2020 Share Posted July 25, 2020 (edited) Site URL: http://reemdesigner.com Hello! would appreciate help on this issue ❤️ I am building my graphic design portfolio with the NOVO template and I want to publish it soon but noticed that when looking at the mobile version, at the bottom in the titles of <previous and next project> the font gets super big and I want to customize this size so its appropriate for mobile. How can I do this? Also, any idea of the appropriate font size for this section for mobile? also, in the same section, is there a way to separate between the lines a bit more (eg. Barcelona Design Week (add more space in between) Poster Design thanks a million! Edited July 25, 2020 by Reem Link to comment
tennet Posted January 8, 2021 Share Posted January 8, 2021 I have the same question. Can this be done using Custom CSS? Link to comment
tuanphan Posted January 10, 2021 Share Posted January 10, 2021 (edited) On 1/9/2021 at 1:48 AM, tennet said: I have the same question. Can this be done using Custom CSS? Yes. Possible. If you share link to a project, we can give code easier Edited January 10, 2021 by tuanphan typo 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!) Link to comment
tennet Posted January 10, 2021 Share Posted January 10, 2021 (edited) 10 hours ago, tuanphan said: Yes. Possible. If you share link to a project, we can give code easier Thanks! Here is my temporary URL https://elk-robin-3ckg.squarespace.com/en/work/lg-quadhd-cgi. Can I use a Custom CSS that changes this to all Portfolio Projects at once or do I need to change this on all projects individually? Edited January 10, 2021 by tennet Updated URL. Link to comment
tuanphan Posted January 12, 2021 Share Posted January 12, 2021 On 1/11/2021 at 3:01 AM, tennet said: Thanks! Here is my temporary URL https://elk-robin-3ckg.squarespace.com/en/work/lg-quadhd-cgi. Can I use a Custom CSS that changes this to all Portfolio Projects at once or do I need to change this on all projects individually? Insert once, It will work all projects. Add to Design > Custom CSS @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 12px !important; } } 7TK and SofiaHoughton 2 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!) Link to comment
TimLzro Posted June 13, 2022 Share Posted June 13, 2022 I have same issue on mobile https://citybaptist.ca/strangers-and-pilgrims/fearandlove-ezxje-tst4l-3wry9-8srhm-pxjhp-m3957-2zl3g-4zsgh-9yjxz-2pfa6-dsb2e-l3jkb-dwbdw-f9t68-msj3h-s6ftw-zbafj-rzm9d-r89lb Link to comment
tuanphan Posted June 13, 2022 Share Posted June 13, 2022 8 hours ago, TimLzro said: I have same issue on mobile https://citybaptist.ca/strangers-and-pilgrims/fearandlove-ezxje-tst4l-3wry9-8srhm-pxjhp-m3957-2zl3g-4zsgh-9yjxz-2pfa6-dsb2e-l3jkb-dwbdw-f9t68-msj3h-s6ftw-zbafj-rzm9d-r89lb The above code should work for your case 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!) Link to comment
Guest Posted September 13, 2022 Share Posted September 13, 2022 I'm having the same issue with the previous/next links on the blog page of my site. Will the code that tuanphan posted work for that, as well? Here is the link to my site: https://customcarerehab.com/ Link to comment
tuanphan Posted September 17, 2022 Share Posted September 17, 2022 On 9/13/2022 at 7:27 PM, emmalb said: I'm having the same issue with the previous/next links on the blog page of my site. Will the code that tuanphan posted work for that, as well? Here is the link to my site: https://customcarerehab.com/ That code should work for all templates in SS 7.1. It looks like you used 7.1, so the code will work. 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!) Link to comment
keefjc Posted November 10, 2022 Share Posted November 10, 2022 What is the code to change the previous/next font size on desktop? See website link here: https://olbosstudio.com/residential-design/small-apartment-renovation Link to comment
tuanphan Posted November 13, 2022 Share Posted November 13, 2022 On 11/11/2022 at 12:34 AM, keefjc said: What is the code to change the previous/next font size on desktop? See website link here: https://olbosstudio.com/residential-design/small-apartment-renovation For desktop, add to Design > Custom CSS @media screen and (min-width:768px) { h2.item-pagination-title { font-size: 20px !important; } } 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!) 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