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?
Hey Horst,
Can we see your page, so we can see ho it looks please?
Thank you
Best regards,
Basilis
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
Hi Jordan,
thank you, but unfortunately this did not change anything.
Best regards
Horst
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
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 :-)
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
How can I include a screenshot? Copy past does not seem to work in this editor.
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.
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
Thank you,
this helped!
Hi,
Great! Did you need further help, or shall I close this thread?
Best regards,
Jordan Shannon
Hi,
You can close the thread.
Thanx a lot and again: have a nice weekend
Horst
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