Okay
  Public Ticket #2620253
Footer
Closed

Comments

  • yusufpatel started the conversation

    Hi, How do you change the font and size of the Title field in Footer widgets?


  •  2,963
    Andrew replied

    Hi yusufpatel,

    Use the following custom css in salient > General settings > CSS/Script related:

    #footer-outer .widget h4 {
        color: white;
        font-family: 'Open Sans';
        font-size: 20px;
    }

    Kind regards.