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 #3370271
About me widget 2nd font
Closed

Comments

  •  1
    Jan started the conversation

    Hello, how can I add the second font to the About Me (Hi, I am) widget as you have in your demo? Thank you for your help. Jan

    Attached files:  Screenshot 2023-05-15 at 10.10.06.png

  •  2,280
    PenciDesign replied

    Hi,

    This widget was built with the Elementor Page Builder and Penci Widget About Me widget.

    You can customize colors/fonts like this screenshot: https://imgur.com/a/KlfFYSD

    Regards,
    PenciDesign.



  •  1
    Jan replied

    And what if I use another demo where this widget is not created? Should I import the demo which it has and then copy it somehow? Or whats the best way to make it? Thank you, Jan 

  •  2,280
    PenciDesign replied

    Hi,

    If you want to only change the 2nd font family, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .about-widget .about-me-heading {
        font-family: 'Roboto';
        font-style: italic;
        font-weight: bold;
    }

    Regards,
    PenciDesign.



  •  1
    Jan replied

    Hi, and my last question is:

    What if I want to add the following sub heading into it with that handwritten font?

    "Hi, my name is Silvie"

    How would that code look like? 

    Thank you,

    Jan


  •  2,280
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    @import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
    .about-widget .about-me-heading {
        font-family: 'Sacramento';
        font-style: italic;
        font-weight: bold;
    }

    Regards,
    PenciDesign.



  •  1
    Jan replied

    Hello, and could you please change the font to https://fonts.google.com/specimen/Bad+Script thin? 

    Thank you, Jan 

  •  2,280
    PenciDesign replied

    Hi,

    Please modify the CSS code:

    @import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
    .about-widget .about-me-heading {
        font-family: 'Bad Script', cursive;
        font-style: italic;
        font-weight: bold;
    }

    Regards,
    PenciDesign.


  •  1
    Jan replied

    Thank you,

    You can close this ticket now.

    Jan