yy2746 Posted January 8 Share Posted January 8 I have no idea what this element is called, but I'm trying to change the size of the font of this navigation tool at the bottom of the page that takes you to the previous or next item in the gallery. pls helppp Link to comment
tuanphan Posted January 8 Share Posted January 8 It is Pagination Title It uses Heading 2 (h2) style So you can change its style in Design > Site Style. (If you use 7.1). In case you use 7,0, which template do you use? or What is your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
yy2746 Posted January 9 Author Share Posted January 9 Ahhh thank you so much! I successfully fixed it. I have another unrelated question, is it possible to remove the page title under the images? Since it already shows the name of the project I think it's a bit redundant to have it underneath again. Here is the link: https://www.alice-ye.com/ Link to comment
tuanphan Posted January 13 Share Posted January 13 Add to Design > Custom CSS .portfolio-text { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
hemda Posted May 20 Share Posted May 20 Help, On 1/8/2023 at 3:42 AM, tuanphan said: It is Pagination Title It uses Heading 2 (h2) style So you can change its style in Design > Site Style. (If you use 7.1). In case you use 7,0, which template do you use? or What is your site url? I can't change the pagination links size and it looks too big on desktop and on mobile (adding screenshots), how can I change it? My site link: https://www.hemdabella.com/ (pass: kuk1982) On 1/13/2023 at 4:12 PM, tuanphan said: Add to Design > Custom CSS .portfolio-text { display: none; } And also, where do I insert this CSS? Thanks! Link to comment
tuanphan Posted May 22 Share Posted May 22 On 5/20/2023 at 1:25 PM, hemda said: Help, I can't change the pagination links size and it looks too big on desktop and on mobile (adding screenshots), how can I change it? My site link: https://www.hemdabella.com/ (pass: kuk1982) And also, where do I insert this CSS? Thanks! Password is incorrect kuk1982 hemda 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 25 Share Posted May 25 On 5/22/2023 at 3:51 PM, hemda said: sorry, changed the password to: bowrain Add to Design > Custom CSS /* Pagination size */ h2.item-pagination-title { font-size: 20px !important; } @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 16px !important; } } hemda 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
hemda Posted May 29 Share Posted May 29 On 5/25/2023 at 9:09 AM, tuanphan said: Add to Design > Custom CSS /* Pagination size */ h2.item-pagination-title { font-size: 20px !important; } @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 16px !important; } } Thank you very much! tuanphan 1 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