Hello, I need help with figuring out how to customize the Kalium theme's post categories page. I am trying to customize the look of the categories page, particularly because I am using a Menu Over Content design. While I could use some custom CSS, I really need a more dynamic solution based on the website's content. I've attached a screenshot of the menu-over-content problem on my design. (unfortunately, this content is a password-protected section of the site, so I cannot provide a link to it.)
I'd like to modify the dynamic generation of this blog posts category page, but I can't seem to locate the file it is generated from. Is it possible for me to use a customized php file to uniquely customize the layout of this page? Your help is greatly appreciated.
Hello, I need help with figuring out how to customize the Kalium theme's post categories page. I am trying to customize the look of the categories page, particularly because I am using a Menu Over Content design. While I could use some custom CSS, I really need a more dynamic solution based on the website's content. I've attached a screenshot of the menu-over-content problem on my design. (unfortunately, this content is a password-protected section of the site, so I cannot provide a link to it.)
I'd like to modify the dynamic generation of this blog posts category page, but I can't seem to locate the file it is generated from. Is it possible for me to use a customized php file to uniquely customize the layout of this page? Your help is greatly appreciated.
Hi jakecampbell,
There is not a specific file for the category archive only but it is located in this file:
wp-content/themes/kalium/archive.php
As it is split into hooks and if you want to modify the category page use this function is_category().
Best regards,
Laborator Team