Okay
  Public Ticket #2665786
Footer title and content fonts and sizes styling
Closed

Comments

  •  8
    byggis started the conversation

    How do you change the footer font and size etc on both the title and content? I guess custom css? Help :)

  •  2,963
    Andrew replied

    Hi there,

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

    #footer-outer .widget h4 { 
    font-size: 20px;
    }
    #footer-outer #copyright p {
        font-size: 18px;
    }
    

    Kind regards.