How can I set set a unique font size of 1-px for all footer widgets only?
At present they use the 13PX Default Content Setting
Do I have to add CSS, or am I missing something?
If I must add CSS, please direct me how.
As always, many kind thanks for the great theme,
Richard
Hey rwidick,
You can do this via css. Please provide a link to the site/page in question so we can look into this further.
Best regards,
Jordan Shannon
Thank you Jordan.
Before going to CSS on this I will want to complete my first draft of the site, then back up update WP etc … so I will get back to you.
We have decided to do as little CSS modification as possible, having been warned about this by folks with more experience, who say that down the line such modification lead to conflicts with further updates, etc.
Very briefly, can you say is such concerns are warranted, and perhaps direct me to an authoritative source or discussion on this?
Your help is greatly appreciated,
Richard
Hi,
If you add the css to the Quick CSS section or within a child theme then they will be protected from updates.
Best regards,
Jordan Shannon
OK then, I’m ready for it, Jordan.
Please send me the Quick CSS for this …
I paste in below the site link …
Again, thank you.
Richard
Hi,
Add this to quick css and adjust the size to what you need:
#footer .textwidget p{
font-size:16px!important;
}
Best regards,
Jordan Shannon
Thank you. It works just fine.
Much appreciated.
Richard
Hi,
No problem. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon