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 #2970662
How to change copyright font
Closed

Comments

  • jijiart started the conversation

    Hi, could you please let me know how to change copyright fonts as I marked blue line?

  •  2,492
    PenciDesign replied

    Hi,

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

    .footer-logo-copyright {
        font-family: 'Open Sans';
    }

    Change Open Sans to the font name you want to use.

    Regards,
    PenciDesign.



  • jijiart replied

    I could solve it! Thank you so much!