Some configuration

Hi.
on this page: www.test.blommenhofutbildning I have three questions:

  1. Is there a way to globally change the size of the body text (where the headlines are not affected) I tried in typography but that changed all the content fonts. I only want to change the body text.
  2. I have created four footer widgets. I have also create the widgets in the wordpress widget configuration. But only one of the is visible on the site. Any suggestions?
  3. Is there a way to use a favicon?

Tomas

Hi Tomas,

You may apply a custom CSS for this to target only the body text. You may try:

.x-main p {
    font-size: 14px;
}

The code above will target all the text wrapped in <p> tag in the main content area. Feel free to add some more selectors to target by editing the code above.

To learn more about CSS selectors, please check here.

I tried checking the link that you have posted but it seems to be incorrect. I tried to check http://www.test.blommenhofutbuilding.com/ but it’s not a reight link as well. But kindly check if you have enough number of widgets enabled in X > Theme Options > Footer > Footer Widget Areas.

You can add it in Appearance > Customize > Site Identity > Site Icon.

Hope these help.

Perfect. Thanks.
On question 2: The site is http://test.blommenhofutbildning.se
I have done this: http://test.blommenhofutbildning.se/wp-content/uploads/2018/08/Skärmavbild-2018-08-10-kl.-08.00.40.png
http://test.blommenhofutbildning.se/wp-content/uploads/2018/08/Skärmavbild-2018-08-10-kl.-08.00.06.png

Hi @TomasJarvling,

They are there but with white text, and in a white background. Please add this CSS as well as workaround.

.widget, .widget a, .h-widget {
    color: #000 !important;
}

Thanks!

Ahh, that was a little embarrassing…

Tomas

That’s okay, it was designed for darker background. Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.