Tagged: category page
Hi!
Is it possible to edit a category page, so I can add text? I want to have a color section above and below the content, where I can place a header and some text. How can I do this?
Link is in the private section. Thanks!
Hey Daniel,
I think it’s possible but I don’t think it’s easy to do since wordpress is designed to have a category pages modified through template (php files) and not in the wordpress dashboard, so to change it you will need to use a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/ then copy archive.php from the enfold theme, paste it on the child theme and rename it to category.php and tweak it from there.
Best regards,
Nikko