Archived topic
Blog Feature Image Alignment and Removing Category Title
4 replies · Started by robmac on October 25, 2017
Hi Tom and Leo,
Two quick ones please:
1) My Blog post featured image has centered, I'd like it to be left-aligned if possible.
I've tried:
.post-image {
text-align: left;
}
No luck sadly.
Also, I'd like to remove the Content/Page/Title ["Jungle News"] - I've selected "Disable Elements" for "Content Title" and "Header"....but not giving me the outcome I'd like.
Any help appreciated please. Thank you.
UPDATE
I've resolved the Featured Image Alignment - apologies, I had to change the GP Blog Setting
Hi there,
This CSS should work to hide the archive title:
.archive h1.page-title {
display: none;
}
Thank you.
No problem!