CSS Help
-
Hi there.
Thanks a lot for the theme. I want to use it as minimalistic as possible.
I read this forum to get helped, but there are still some problems.At first my page: streetportrait.org
1. I would like to hide the “comments link”. It should not be displayed any more.
2. I would like to hide the title of my post. Only pictures.
3. I used your css add to get the pictures centred. But the date when published is still left side. Can I get the date centred too?
4. Is there a possibulity to get endless scrolling?
Here is the code for additional css which I tried in the wordpress customizer:
.blog .entry,
.archive .entry
.search .entry {
margin-right: 0 !important;
width: 100% !important;
}.comments-link { display: none; }
.singular-post .post-title {
display: none;
}Can you help me to get it right?
Thanks in advance!
- The topic ‘CSS Help’ is closed to new replies.