Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #905057

    Hi,
    I was able to remove the date information from the blog search results by adding in quick CSS:
    /* No date in blog posts */
    time[class*=”date”] {
    display: none;
    }

    Now I want to reduce the spacing between post title and excerpt. Any hint how to do this?

    #905755

    Hey Horst,

    Can we see your page, so we can see ho it looks please?

    Thank you

    Best regards,
    Basilis

    #906366
    This reply has been marked as private.
    #906556

    Hi,

    Thanks for providing that information. Please add this to quick css:

    h2.post-title.entry-title{
    margin-bottom:0px!important;
    }
    
    .entry-content p{
    margin-top:0px!important;
    }
    
    /**** optional ****/
    .av-vertical-delimiter{
    display:none!important;
    }
    

    Best regards,
    Jordan Shannon

    #906842

    Hi Jordan,
    thank you, but unfortunately this did not change anything.

    Best regards
    Horst

    #906928

    Hi,

    Looking at the site from my end, it seems the space has been reduced. Did you make sure to clear your cache a few times over.

    Best regards,
    Jordan Shannon

    #906939

    Hi Jordan,
    yes, I cleared the cash sometimes and restarted the browser.
    Did not help: There is still this little vertical grey bar bar below the title on the left and then some further spacing.

    Have a nice weekend anyway :-)

    #906942

    Hi,

    Apologies, I’m not seeing the area. Can you please add a screenshot to the area you’re talking about?

    Best regards,
    Jordan Shannon

    #906950

    How can I include a screenshot? Copy past does not seem to work in this editor.

    #906953

    Hi,

    You can use this service:

    https://snag.gy/

    Best regards,
    Jordan Shannon

    #906960

    Can you see this?
    https://snag.gy/qHIoBO.jpg<img

    PS:
    If I could you use snagit like I am used to, I could sent you a nicer one.

    #906963

    Hi,

    Apologies, I was viewing the wrong page. Please add this to quick css to solve the issue:

    .post-meta-infos{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #906968

    Thank you,
    this helped!

    #906970

    Hi,

    Great! Did you need further help, or shall I close this thread?

    Best regards,
    Jordan Shannon

    #906971

    Hi,
    You can close the thread.
    Thanx a lot and again: have a nice weekend

    Horst

    #906975

    Hi,

    You have a great weekend as well. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Spacing between Title and excerpt in search results’ is closed to new replies.