I’d like to increase the font size of the website link in the portfolio widget pop-out. Can you help me with some css code please?
Thanks!
Gina
I’d like to increase the font size of the website link in the portfolio widget pop-out. Can you help me with some css code please?
Thanks!
Gina
Hi there, @Gina_Chong
This CSS code will do the trick:
.global-styles,
.eapp-portfolio-project-detailed-component
.eapp-portfolio-text-label-group-item {
font-size:30px!important;
}
Please try it out and let me know if it helped
Brilliant - thanks! I’ll give it a go
Cheers,
Giina
Gina Chong
Programme Administrator
E: gina@nzgda.com W: www.nzgda.com
On 18 Jul 2025, at 10:42 PM, Max via Elfsight Community notifications@elfsight.discoursemail.com wrote:
| Max Support Specialist
July 18 |
- | - |
Hi there, @Gina_Chong
This CSS code will do the trick:
1120074a9055accbb872b14f4ca5d79c
Please try it out and let me know if it helped
Visit Message or reply to this email to respond to Max.
To unsubscribe from these emails, click here.
Yep - perfect! Thanks so much
Cheers,
Gina
Gina Chong
Programme Administrator
E: gina@nzgda.com W: www.nzgda.com
On 18 Jul 2025, at 10:42 PM, Max via Elfsight Community notifications@elfsight.discoursemail.com wrote:
| Max Support Specialist
July 18 |
- | - |
Hi there, @Gina_Chong
This CSS code will do the trick:
3640a6498951474c348463a6fdd39288
Please try it out and let me know if it helped
Visit Message or reply to this email to respond to Max.
To unsubscribe from these emails, click here.
Awesome, you’re very welcome