Comments What_Kathy_Loves started the conversation3 weeks ago on June 4, 2025 at 6:49amHi,is it possible to change the font from the slider? I just can find the font size change.Thank you for your help! 2,878PenciDesign replied3 weeks ago on June 4, 2025 at 10:51amHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-mag-featured-content h3 { font-family: 'Arial'; } You can check the font name at this link: https://fonts.google.com/ Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 4, 2025 at 3:49pmThank you!Is it possible to change the image size on penci-recipe? 2,878PenciDesign replied3 weeks ago on June 4, 2025 at 4:14pmHi, Please send me a screenshot of the area where you want to change the image size. Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 4, 2025 at 8:56pmI've marked the image.I would like to enlarge the image a little.Attached files: Penci Recipe Image.png 2,878PenciDesign replied3 weeks ago on June 4, 2025 at 9:57pmHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-recipe-thumb { width: 220px; } Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 5, 2025 at 6:45amThank you!What_Kathy_Loves replied3 weeks ago on June 5, 2025 at 2:15pmI'm using the Soledad list banners for my sidebar. Is it possible to change the font of the text overlay? 2,878PenciDesign replied3 weeks ago on June 5, 2025 at 5:04pmHi, Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .penci-promo-text h4 { font-family: 'Arial'; } Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 6, 2025 at 7:01amThank you.I've embedded the fonts locally on my server. Can you adjust the CSS code so I can load the font from my server?Thanks for your help! 2,878PenciDesign replied3 weeks ago on June 6, 2025 at 9:10amHi, Have you uploaded the custom font files and defined a name under Dashboard → Soledad → Custom Fonts? If yes, simply replace Arial with the name of the custom font you uploaded. Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 8, 2025 at 9:37amHi,I embedded the fonts on my server via Filezilla and changed the link in the HTML editor. This worked for all texts except the banner widget. Could the CSS code be rewritten so that I only have to adjust the server link? 2,878PenciDesign replied3 weeks ago on June 8, 2025 at 1:58pmHi, Please send me the name of the font you've added to your site, along with the URL of the page where this font is being used. Regards,PenciDesign.What_Kathy_Loves replied3 weeks ago on June 10, 2025 at 2:25pmHi,the URL: https://bbamql2.myrdbx.io/and I'm using the font "Libre Franklin". 2,878PenciDesign replied3 weeks ago on June 10, 2025 at 5:13pmHi, Please modify the CSS code: .penci-promo-text h4 { font-family: 'Libre Franklin'; } Regards,PenciDesign.What_Kathy_Loves replied2 weeks ago on June 13, 2025 at 8:03amThank you!! Sign in to reply ...
Hi,
is it possible to change the font from the slider? I just can find the font size change.
Thank you for your help!
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
You can check the font name at this link: https://fonts.google.com/
Regards,
PenciDesign.
Thank you!
Is it possible to change the image size on penci-recipe?
Hi,
Please send me a screenshot of the area where you want to change the image size.
Regards,
PenciDesign.
I've marked the image.
I would like to enlarge the image a little.
Attached files: Penci Recipe Image.png
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you!
I'm using the Soledad list banners for my sidebar. Is it possible to change the font of the text overlay?
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thank you.
I've embedded the fonts locally on my server. Can you adjust the CSS code so I can load the font from my server?
Thanks for your help!
Hi,
Have you uploaded the custom font files and defined a name under Dashboard → Soledad → Custom Fonts?
If yes, simply replace Arial with the name of the custom font you uploaded.
Regards,
PenciDesign.
Hi,
I embedded the fonts on my server via Filezilla and changed the link in the HTML editor. This worked for all texts except the banner widget. Could the CSS code be rewritten so that I only have to adjust the server link?
Hi,
Please send me the name of the font you've added to your site, along with the URL of the page where this font is being used.
Regards,
PenciDesign.
Hi,
the URL: https://bbamql2.myrdbx.io/
and I'm using the font "Libre Franklin".
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Thank you!!