Site logo

Archived topic

Change content text in footer

7 replies · Started by John on March 29, 2019

Viewing posts 1–8 of 8

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

Hi 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?

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

The 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 :)

I am using roboto on the site, i can choose it as header but cant choose as famil

THx

For the widgets, try this CSS:

.sidebar .widget,
.footer-widgets .widget {
    font-family: Roboto, sans-serif;
}

Let me know :)

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?

You should find a "Text" option under the "Footer Widgets" heading in Customize > Colors > Footer.

This archived topic is closed to new replies.