Tagged: recent post widget
Hi
should be easy but I can’t figure it out.
How can I change the styling / or hide / the separators between my recent posts on the page below.
thanks
Nancy
no here: https://imgur.com/a/0T9jG2d
I would like to either hide or decrease the size of the separator under the first post
also on the blog – I am getting duplicate breadcrumbs – one for the BLOG POSTS page I made, and one for the BLOG category. How do I hide the category breadcrumb – I only want the BLOG POSTS page showing.
thanks
Nancy
Hi, Nancy
Can you disable caching and minification for now?
Well, you might want to consider using a plugin for more options for breadcrumbs.
Best regards,
Victoria
caching is off
not sure why I need another plugin for the breadcrumbs – isn’t it pretty common to designate another page for the blog page? I would expect the breadcrumbs to mirror that. Is there an easy way to hide the category in the breadcrumb?
Hi Munford,
Yes, you’re right, but the breadcrumbs reflect where the page belongs by default and to modify that display you either modify the breadcrumbs generating function yourself or use a plugin to help you with that.
To hide the separators you can use the code:
.breadcrumb-trail .sep {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
you can close this