Hello @rentijer,
Please try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css
file of your child theme.
li.slide span.entry-meta {
display: none;
}
Kind Regards, Roman.
That’s it, thanks, I wish you a happy and long life Roman.
Kind Regards, Zeljko.
You are welcome Zeljko, and thank you very much for the kind words 🙂
I wish you all the best as well!
Kind Regards, Roman.
Hi,
I am so confused, I tried to apply the same code for summary text from posts, to stay only with title on slider, but nothing happened?
li.slide span.entry-summary {
display: none;
}
I tried also with excerpt but unsuccessfully, where I am wrong?
Best regards
-
This reply was modified 8 years ago by rentijer.
Everything is fine,Cloudflare was a problem.
Great! Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
OK @romanbon, I have just one more question.
I want to change all the written posts content font size to 16px, I tried with entry p, content p, etc. but unsuccessfully.
How do I change the font size in css?
Hello Zeljko,
Please try to use this CSS code:
body div {
font-size: 16px;
}
Kind Regards, Roman.
Hello,
this code increases all the fonts, it was not my intention. I want to increase the fonts only in articles, posts and pages.
Kind regards
-
This reply was modified 8 years ago by rentijer.
Hello Roman,
don’t waste your time, I will install an plugin for fonts. Looks like a better solution for me.
Kind regards