Hi! I’m looking to make a slight adjustment on a single post page.
I set up the blog page using ALB and it’s exactly what I want. But when it comes to the single post page, I want to remove the word “posts” and make the height of the green bar the same as it is on a regular page. Not sure how to achieve this. Thanks!
https://drive.google.com/file/d/1Ayk6nC6QxvAr4MNlsMAF8ogk7yO5henz/view?usp=sharing
Hi,
Add this to quick css:
.single-post .light_bg_color.title_container{
padding-top:30px!important;
padding-bottom:30px!important;
}
.single-post .light_bg_color.title_container .main-title.entry-title{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you so much, Jordan! Worked perfectly.
Hi,
I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon