There are 2 things I want to change on my blog page, (/blog):
– How do I remove or change the bullet point image?
– I don’t want all caps on the title, how do change it?
Let me know the CSS code for it. Thanks.
Hi Samuel,
Please try to use this CSS code:
.blog .fallback-post-type-icon {
display: none;
}
.blog .post-title {
text-transform: none !important;
}
Best regards,
Nikko
Thanks Nikko! It works. If I want to use another image for the icon, what should I do?
Hi Samuel,
Yes, since it’s predefined, you can change it by changing the Post Format.
If you don’t want to change the Post Format, then you can send us a screenshot of the icon you want to use and we’ll provide you with some CSS code for it.
Best regards,
Nikko
Okay, thanks. You can close this thread.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon