Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1308759

    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.

    #1308892

    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

    #1308896

    Thanks Nikko! It works. If I want to use another image for the icon, what should I do?

    #1309046

    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

    #1309080

    Okay, thanks. You can close this thread.

    #1309145

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Simple Edits For Blog Page’ is closed to new replies.