-
AuthorPosts
-
January 30, 2018 at 6:49 pm #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?
January 31, 2018 at 8:22 pm #905755Hey Horst,
Can we see your page, so we can see ho it looks please?
Thank you
Best regards,
BasilisFebruary 1, 2018 at 4:17 pm #906366This reply has been marked as private.February 2, 2018 at 12:46 am #906556Hi,
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 ShannonFebruary 2, 2018 at 1:32 pm #906842Hi Jordan,
thank you, but unfortunately this did not change anything.Best regards
HorstFebruary 2, 2018 at 5:49 pm #906928Hi,
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 ShannonFebruary 2, 2018 at 6:19 pm #906939Hi 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 :-)
February 2, 2018 at 6:22 pm #906942Hi,
Apologies, I’m not seeing the area. Can you please add a screenshot to the area you’re talking about?
Best regards,
Jordan ShannonFebruary 2, 2018 at 6:40 pm #906950How can I include a screenshot? Copy past does not seem to work in this editor.
February 2, 2018 at 6:42 pm #906953February 2, 2018 at 6:54 pm #906960Can you see this?
https://snag.gy/qHIoBO.jpg<imgPS:
If I could you use snagit like I am used to, I could sent you a nicer one.February 2, 2018 at 7:02 pm #906963Hi,
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 ShannonFebruary 2, 2018 at 7:07 pm #906968Thank you,
this helped!February 2, 2018 at 7:16 pm #906970Hi,
Great! Did you need further help, or shall I close this thread?
Best regards,
Jordan ShannonFebruary 2, 2018 at 7:19 pm #906971Hi,
You can close the thread.
Thanx a lot and again: have a nice weekendHorst
February 2, 2018 at 7:38 pm #906975Hi,
You have a great weekend as well. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Spacing between Title and excerpt in search results’ is closed to new replies.
