Hi, would like to change the font size in the header’s menu and in the footer. Is that possible?
Thanks!
I worked out how to change the menu font size but I couldn’t find out how to change it for the footer…? And the bottom bar, I would like to have my copyright text bigger…thanks!
Hi,
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Best regards,
John Torvik
Hi, I updated WP and now I changed one word in the widget text and the font changed. I don’t know if it has sth to do with WP, but I definitely need to change that. I still couldn’t work out how to change the footer font.
Could you please help me with that? Thanks a lot!
Hi there!
Please try the following in Quick CSS:
To change the widget title font size, please use this:
#footer .widgettitle {font-size:1.3em !important;}
To change the font size of the list items inside widgets, please use this:
#top #wrap_all #footer .flex_column li {font-size: 16px !important}
And to change the font size of the paragraphs inside widgets, please use this:
#top #wrap_all #footer .flex_column p {font-size: 16px !important}
Please let us know if you need further help!
Best regards,
Sarah
Thank you! Could you also give me a code for the font, for example to change it to Lato?
Thanks a lot!
Hi,
You can try adding this inside the code you wish to add this to:
font-family: 'Lato', sans-serif;
For example, if you wish to do this for the widgettitle, use this instead of the code I gave you previously:
#footer .widgettitle {font-size:1.3em !important;font-family: 'Lato', sans-serif;}
I hope that helps!
Best regards,
Sarah