Hi !
Well it worked well before, but then I decided do increase a little the font size for main content.
Since then, in my footer, some widgets stayed at 12 and some turned to 14px… really strange.
Any idea ? Thanks !
Marie
My Quick CSS :
/* Font size change for main content */
body p, body {
font-size: 14px;
}
/* Font size footer change */
#footer { font-size: 12px !important; }
I wish I could but I’m working locally for the moment ! :(
I can come back later with this issue as soon as I’ll be able to send you a link… but that’s not soon.
If you can help before, if not, I’ll come back later !
Thanks anyway Yigit !
Marie
Hey!
Please try adding following code to Quick CSS
#footer, #footer p, #footer a { font-size: 12px !important; }
That should work, if not please post a screenshot and we can try to help you out using it as a reference. If we cannot, we are going to need to wait until you launch your website
Regards,
Yigit
It works ! yeeeaah ! You’re the best !
Thanks a lot Yigit !