Okay
  Public Ticket #403870
Footer Font Size
Closed

Comments

  • Karl started the conversation

    Hi,

    I'm trying to reduce the footer font size on my website, but everything I read on the forum isn't working.
    Is there a Custom CSS Code I can use?

    Thanks,
    k

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #footer-outer a,#footer-outer p {
        font-size: 15px !important;
    }

    Thanks



    ThemeNectar Support Team 

  • Karl replied

    Thanks Tahir!