Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1105867

    Hi,

    I was hoping someone can give me the code that I can add into my Quick CSS section to make the font sizes smaller in the footer.

    I have 4 footer columns with text links in each column. I would want the header of each column to appear smaller as well as the links in each column.

    Can someone help?

    #1106134

    Hey robsdesigns,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #footer .widgettitle {
        font-size: 12px;
    }
    #footer .textwidget p a {
        font-size: 11px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1106727

    Hi, I tried the code above in both the quick CSS and the themes/enfold/css/custom.css and it did not work.

    Any idea?

    #1106778

    Hi,

    Did you add the code to the very top of quick css so that it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1106790

    Hi Jordan, the code DID work now that I put it at the top of my Quick CSS. I had it at the bottom below a little other custom code.

    It works!

    Thank you!

    #1106816

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Make the font size smaller in footer’ is closed to new replies.