Hide categories above post
Hi,
- please write me how to hide categories above post title (post-categories-container) with css code.
- and how to hide last page number in blog pagination.
Thanks,
Kind Regards
Bidzina
Attachments:
You must be
logged in to view attached files.
Solution for this topic
Hi Bidzina,
I hope you are well today and thank you for your question.
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.archive .post-categories-container,
ul.page-numbers li:nth-last-child(2) {
display: none;
}
Best regards,
Shufflehound team
It worked. Thanks a lot for your support.
You are most welcome here 🙂
Popular choice
Professional Developers At Your Fingertips!
If you need services beyond standard support, we've got your back!
Services we offer:
Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.