-
AuthorPosts
-
July 25, 2017 at 8:16 am #829411
Hi, would like to change the font size in the header’s menu and in the footer. Is that possible?
Thanks!
July 25, 2017 at 10:04 am #829511I 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!
July 26, 2017 at 10:02 am #830061Hi,
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 TorvikJuly 26, 2017 at 10:03 am #830062July 27, 2017 at 12:55 pm #830615Hi, 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!
July 28, 2017 at 7:26 pm #831254Hi 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,
SarahJuly 29, 2017 at 9:18 pm #831598Thank you! Could you also give me a code for the font, for example to change it to Lato?
Thanks a lot!
July 30, 2017 at 10:04 am #831763Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
