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 #1507939
Footer Text Font
Closed

Comments

  • tinafeedco started the conversation

    Hi there,

    I'd like to change the footer font text (the Copyright text), what code do I need to put in custom css?

    Thank you in advance! :)

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please do following steps:

    1/ Install & activate plugin Use Any Font

    2/ Go to admin page > Use Any Font > get a free API key ( free API key will allow you to upload a font. ) and upload your font. When you upload font, please set for that font a font name to call in CSS. Example: MyCustomFont

    3/ Add more this code to Customize > Custom CSS to change your font for your copyright text:

    #footer-copyright *{ font-family: 'MyCustomFont'; }

    Note Important:

    Change 'MyCustomFont' on the above code to the font name you did set on step 2.

    Best Regards,

    PenciDesign