• Resolved leannekimberley555

    (@leannekimberley555)


    Hello

    I am using the Indie theme and I would like to remove the pencil icon at the top of my posts on my home/blog page.

    Please see my blog below

    Thanks for helping!
    Leanne

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    It looks like this may be showing what type of post it is. To remove it with CSS, you could use:

    .entry-meta .post-format {
        display: none;
    }
    Thread Starter leannekimberley555

    (@leannekimberley555)

    Thanks Geoffrey, that worked!

    Would you also help me with this?..

    When I go to my home/blog page on my phone the posts appear side by side rather than one below the other. This makes is very hard to read on smartphone.

    How do keep my posts side by side on the webpage but have them appear rolling below one another on smartphone?

    Thanks a lot,
    Leanne

    Geoffrey Shilling

    (@geoffreyshilling)

    Volunteer Moderator

    You’re welcome, I’m glad it worked!

    At first glance, it looks like the theme is set up to use your one vs two column option instead of making it one column on mobile. I would recommend asking this question on the theme’s dedicated support page and see if they have any recommendations. Good luck!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove pencil icon on blog posts’ is closed to new replies.