Site logo

Archived topic

Category tag replaces text

5 replies · Started by Ingo on June 10, 2018

Viewing posts 1–6 of 6

Hi there, I’ve got a big issue with my wordpress site: As I save my post, the text is replaced with one of the category tags.

It has nothing to do with the recipe plugin, the recipes are fine. It’s just the text in the post. So I guess it is a problem with the theme..

Any ideas why there is this problem?

Best regards.

Thanks for your help! I tried the debugging tips and found a plugin that was causing that error!

So no problems with your theme :)

But as I already started that topic, I've got another question: Is it possible to set the text style of the H1? I'd like to have it centered but in the "typography section" I cannot find any option for this...

Thanks again!

Hi there, glad you found a resolution to the problem.
To center the H1 can be done with this CSS:

h1 {
    text-align: center;
}

Great help as always, thanks!

Glad to be of help!

This archived topic is closed to new replies.