Okay
  Public Ticket #3621946
How to change the size of footer text?
Open

Comments

  •  1
    Shana started the conversation

    I found a ticket about this, but it was closed without a definitive answer because the user didn't provide a url.

    I think my footer text (not the headers) is set to 22 pixels. 

    Is there a way to set it to 20 pixels? In the settings I can only adjust the footing headers.
    https://www.hetschrijfpaleis.be/e-mailmarketing/

    Thank you very much!

  •  2,728
    Andrew replied

    Hi Shana,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #footer-outer p, 
    #footer-outer em,
    #footer-outer #recent-posts-4 ul li a, 
    #footer-outer #nav_menu-2 ul li a{
      font-size: 20px!important;
    }
    

    You can adjust the font size to the size that you want to have.

    Try this and let us know how it goes.

    Thanks,

  •  1
    Shana replied

    This worked wonderfully. Many thanks!