Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #4038058
Font Slider
Closed

Comments

  • What_Kathy_Loves started the conversation

    Hi,

    is it possible to change the font from the slider? I just can find the font size change.

    Thank you for your help!

  •  2,918
    PenciDesign replied

    Hi,

    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 replied

    Thank you!


    Is it possible to change the image size on penci-recipe?

  •  2,918
    PenciDesign replied

    Hi,

    Please send me a screenshot of the area where you want to change the image size.

    Regards,
    PenciDesign.

  • What_Kathy_Loves replied

    I've marked the image.

    I would like to enlarge the image a little.

    Attached files:  Penci Recipe Image.png

  •  2,918
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-recipe-thumb {
      width: 220px;
    }

    Regards,
    PenciDesign.

  • What_Kathy_Loves replied

    Thank you!

  • What_Kathy_Loves replied

    I'm using the Soledad list banners for my sidebar. Is it possible to change the font of the text overlay?

  •  2,918
    PenciDesign replied

    Hi,

    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 replied

    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!

  •  2,918
    PenciDesign replied

    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.

  • What_Kathy_Loves replied

    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?

  •  2,918
    PenciDesign replied

    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.

  • What_Kathy_Loves replied

    Hi,

    the URL: https://bbamql2.myrdbx.io/

    and I'm using the font "Libre Franklin".

  •  2,918
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    .penci-promo-text h4 {
      font-family: 'Libre Franklin';
    }
     

    Regards,
    PenciDesign.

  • What_Kathy_Loves replied

    Thank you!!