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 #3519876
Font Footer Menu
Closed

Comments

  •  11
    LillaGreen started the conversation

    Hi, How can I change the font for the footer menu? There is no setting in customize for that ... only for primary menu


  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    #footer-section .footer-menu li a {
        font-family: 'Roboto';
        font-size: 13px;
    }

    Regards,
    PenciDesign.



  •  11
    LillaGreen replied

    Thank you! it works :)