• Resolved stevepe

    (@stevepe)


    Hello,

    I would like to remove “Posts” from my blog post pages. I am using mims theme.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stevepe

    (@stevepe)

    Hello,

    I would like to remove “Posts” from the hero text on my blog post pages. I am using mims theme.

    • This reply was modified 4 years, 11 months ago by stevepe.

    Hi @stevepe,

    I understand you don’t want to see the Blog page title on your blog page. You can target that with CSS and make the change in Customize > Additional CSS. The basics would be like this:


    h1.page-title {
    display: none;
    }

    I hope this gets you on the path with where to make the CSS changes necessary.

    Regards,
    Daniel F.

    Thread Starter stevepe

    (@stevepe)

    Hello Daniel F.

    Thank you so much! Your recommendation solved the issue.

    Regards,

    Steve

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Edit/remove Hero Text’ is closed to new replies.