I have an RSS feed in the left column of my footer. I need to make the text size much smaller. Can you give me some Quick CSS to accomplish that? Thanks in advance!
phonethemd.com
Hey,
You can add this on your custom.css or Quick CSS
.execphpwidget p, .execphpwidget strong, .execphpwidget span {
font-size: 11px !important;
}
Regards,
Ismael
Perfect. Thank you!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin