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?
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
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?
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
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!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon