- This topic has 7 replies, 2 voices, and was last updated 4 years ago by
Tom.
-
AuthorPosts
-
March 29, 2019 at 10:32 am #853694
John
Hi i love the theme, but i want to change the text in footer from widget. I can onli change the title but not the text under it. i want it to be robotic and white color. But i dont know how. Also i want to change text to robotic in widgets in sidebar i dont know how to do that either. please help thx! i use premium 1.8.0 alpha
GP Premium 1.7.8March 29, 2019 at 3:35 pm #853841Tom
Lead DeveloperLead DeveloperHi there,
The color can be altered in Customize > Colors > Footer.
The font-family doesn’t have an option in the Customizer. I assume you’re wanting to use the “Roboto” Google Font? If so, are you using it anywhere else on the site?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 30, 2019 at 4:10 am #854094John
Yes i want to use roboto in widget side bar for family text and in footer widget family text. I also want the family text to be White. Amy coding for this? Thx
March 30, 2019 at 9:06 am #854410Tom
Lead DeveloperLead DeveloperThe colors for that are all handled in Customize > Colors.
However, you will need some coding to change the font family. Are you using Roboto anywhere else on the site? If you are, the coding is super simple. If not, we need to make the request to Google to load that font first.
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 30, 2019 at 9:29 am #854426John
I am using roboto on the site, i can choose it as header but cant choose as famil
THx
March 30, 2019 at 4:59 pm #854655Tom
Lead DeveloperLead DeveloperFor the widgets, try this CSS:
.sidebar .widget, .footer-widgets .widget { font-family: Roboto, sans-serif; }
Let me know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 31, 2019 at 12:36 am #854756John
Yes thanks that works! But i cant change color of family text in footer. Only title. I tried. Any code to make that White for only the footer widget family?
March 31, 2019 at 6:40 am #854901Tom
Lead DeveloperLead DeveloperYou should find a “Text” option under the “Footer Widgets” heading in Customize > Colors > Footer.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.