Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1289643

    Hello,

    I would like to hide the line below each article title (I only want to keed the date) but haven’t found how to hide it. Here is the URL of the page :
    https://cleanaireurope.com/en/actualites/

    Thank you in advance for your help

    #1290067

    Hello,

    Is there someone to help me with this please ?

    Best regards.

    #1290113

    can you please go to your enfold options : blog-layout : “Blog meta elements”
    select what you like to preserve.

    If that does not help – we will find a different way. Is this on your page the list-layout simple ?

    #1290336

    Hi,

    Sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    .av-alb-blogposts div.post_delimiter {
      display: none;
    }

    Best regards,
    Rikard

    #1290337

    Hi,

    Thank for your replies


    @Guenni007
    Where can I find enfold options ?


    @rikard
    I added the quick css but it didn’t work. It just created a space between the title and the line that I want to hide.

    https://cleanaireurope.com/en/actualites/

    Best regards.

    #1290635

    click to enlarge:

    #1290796

    Thank you very much @guenni007 it works well! As I only kept “blog post date”, Is it possible to hide/delete the slash symbol right after the date ?

    There is a lot of space between blog title and blog post date, is it possible to reduce the space between it ?

    https://cleanaireurope.com/en/actualites/

    Best regards

    #1290834

    Hi sofiadadci,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .av-alb-blogposts .text-sep-date {
        display: none;
    }

    Best regards,
    Nikko

    #1290935

    the titles itself got a padding top/bottom of 15 change it to your needs:

    #top .fullsize .template-blog .post-title {
        padding: 10px 0 0;  
    }

    on nomenklatura of css – if you do not declare padding-top padding-right padding-bottom padding-left
    one value ( all have the same value)
    two values ( top/bottom left/right)
    tree values ( top right/left bottom)
    four values ( top right bottom left)

    PS and the entry-content-header has too a padding with big values. Change to your needs to f.e.:

    .bloglist-simple .entry-content-header {
        padding: 15px 60px 0 0;
    }
    #1291044

    Thank you @Nikko and @Guenni007 it’s displaying exactly how I want it.

    Have a good day!

    #1291100

    Hi sofiadadci,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!


    @Guenni007
    thanks again for helping out :)

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Hide author name, comments, category’ is closed to new replies.