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
Open

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,873
    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,873
    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,873
    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,873
    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,873
    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.