How can I list the category title at the top of the category page? sending link in secure note…
Hi Randall,
Thank you for reaching out to us. This isn’t a default feature but this could be possible by using custom CSS that requires custom development. While that is outside the scope of support, I could point you in the right direction with the understanding that it would ultimately be your responsibility to take it from here. To achieve your desired results, you can add the following code in the Theme Options > CSS:
.archive.category .x-header-landmark {
display: flex;
flex-direction: column-reverse;
}
Hope this helps!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.