Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #744245

    Hi guys, can you please tell me how i could get rid of the date, category and the grey lines (seperators) in the blog grid view?
    Second question concerning the single blog post: i want the image shown in real size, not as a thumbnail – is this possible?
    How do i remove the grey lines (seperators) in the single blog post?

    Thanks in advance!
    Juergen

    • This topic was modified 7 years, 2 months ago by querflug.
    #744253

    Hey querflug!

    Please add the following to your custom.css

    .html_elegant-blog .avia-content-slider .slide-meta, 
    .html_elegant-blog #top .post-entry .post-meta-info { 
    dislay: none !Important; 
    }

    Let us know if we can do anything else for you

    Regards,
    Basilis

    #744255

    Hi! Thanks for the quick reply, but the custom CSS styles had no effect at all!

    #744329

    Ahh, you had a typo in the code
    display: none !Important;

    The date in the grid view is now gone – perfect!

    Please if you could be so kind –
    i still need like to know how to remove the seperators and the category name in the grid view,
    and how to increase the image size to the “real” in the single post page.

    thanks!!

    #746410

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_elegant-blog .avia-content-slider .av-vertical-delimiter { 
    display: none; 
    }
    

    Then please go to Enfold theme options > Blog Layout > Single Post Style and choose to display big preview image

    Best regards,
    Yigit

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