Home › Forums › Gillion Theme › Display Category Text & Adjust Position & Format
Home › Forums › Gillion Theme › Display Category Text & Adjust Position & Format
Hi there,
I would like to add category texts to my category pages.
E.g. here for the category “Schweiz” https://www.petitchapeau.de/schweiz/
I would like to format the text (size) and position it below the blog articles, not above. Any idea?
Hi there,
Sorry for our late response.
Unfortunately, your request falls outside our support scope, as it involves modifying the theme functionality beyond what we currently offer. However, due to our delayed response, we have created a custom CSS code that you can add to the theme settings, which might help:
body.category #content { display: flex; flex-direction: column; } body.category #content > .blog-list { order: -1; margin-bottom: 80px; }
Let us know if that helps! 🙂
Best regards,
Shufflehound Team