Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #854718

    Hi,

    I need help with 2 issues regarding layout of blog post please:
    //I’d like to display the blog post the same way than in blog post enfold-2017 demo

    – How can I remove the thumbnail icon showing above the title? removing also two lines separator that are showing at end of the post.
    – How can I display with same layout than single blog when clicking on category in the breadcrumbs?
    (only need to display all title post and thumbnail plus link to read more)

    Thank you for your help

    #855079

    Hey sdachos,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .main_color .small-preview {
      display: none;
    }
    .html_elegant-blog #top .post-entry .post-meta-infos {
      border: none;
    }
    

    You can try to play with the blog layout settings in the theme options.
    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.