Hi all,
A couple of issues with a client site where I’d appreciate your help:
1) Breadcrumb root page title name
At the moment the breadcrumb for posts appears as > Blog > [post title]. Client wants to change the word “Blog” to something else. Since I’m using the Ethos stack there isn’t a “blog header” toggle to enter a blog title (as advised HERE). Also note there isn’t a blog index page defined in WordPress.
How do I change the breadcrumb root title?
2) “Recent Posts” box width
The blog index page is a ‘normal’ WordPress page (i.e. not tagged in WP as being the “blog” page) with an [x_recent_posts] shortcode in a “content” element. For some reason the very last post entry has a different box width to the others. It’s always the last entry (i.e. if I change the count option in the shortcode the new last entry is wider).

The only custom CSS I have for the Recent Posts widget is
.x-recent-posts-date {
display: none !important;
}
and
.h-recent-posts {
font-weight:500;
padding-bottom:1rem;
}
How do I address this?



