Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1057216

    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

    #1057394

    Hey Munford,

    Are you referring to this?
    Image 2019-01-22 at 19.15.01.png

    Best regards,
    Victoria

    #1057477

    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

    #1057836

    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

    #1061715

    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?

    • This reply was modified 5 years, 9 months ago by Munford.
    #1062305

    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

    #1183148

    you can close this

    #1183415

    Hi,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘recent posts separators’ is closed to new replies.