
-
AuthorPosts
-
September 30, 2015 at 10:01 am #511259
Hi!
I would like to modify some settings in “Posts”, like removing the icon, set the date in other language, modify the size of the font (<p> in blog is bigger than in page), and check if it is possible to add a Place besides the date.
but I couldn’t find where to do itwould be great if you can give me some guide to find those settings or some quick css code!
thank you in advance!!Delia
September 30, 2015 at 12:23 pm #511390Hi!
Sorry for replying to my own comment, I’m aware that I will place it in the queue again
but I don’t want to waste your time guys!Ragarding the note about the “date” in my previous comment, where I asked to set it in another language, FORGET IT
I just want to remove it.
since I remembered that the date in english was removed as well (that is why does not appear)so final screenshoot would be:
thanks!!
DeliaSeptember 30, 2015 at 12:43 pm #511403Hey Delia!
Please add following code to Quick CSS
.blog-meta,.date-container, .text-sep-date, .text-sep-cat { display: none!important; } .entry-content { font-size: 16px; }
Cheers!
YigitSeptember 30, 2015 at 1:20 pm #511440Hi Yigit!
great! thanks!
just a couple of things, now a dotted line appears (I would need to remove it)
and date appears in latest news, can we replace it by “category”? if not, just remove it?thanks again!!
DeliaSeptember 30, 2015 at 1:21 pm #511443Hi!
Please add following code to Quick CSS as well
.post_author_timeline,.news-time { display: none; }
Regards,
YigitSeptember 30, 2015 at 1:42 pm #511461Great!
just two more things ;p
– when going through “Category” or “Archives”, comments counter and author still appears
can we remove it?
– Can we add “categories” under the title in Latest News (sidebar)thaaank you!!
DeliaOctober 1, 2015 at 12:26 pm #512092Hey!
1.) use this to hide comments counter:
a.comments-link { display: none; }
and this to hide author:
span.blog-author.minor-meta { display: none; }
add this as well to hide slash symbol:
span.text-sep.text-sep-comment { display: none; }
2.) Not sure what you mean and I think you can go to Appearance->Widgets and make adjustments for the sidebar in question.
Regards,
Andy-
This reply was modified 9 years, 9 months ago by
Andy.
October 1, 2015 at 12:42 pm #512106Hi Andy!
Thank you for the code!
works ;)2. What I choose in widgets on “latest News” is just title or title + excerpt
I choose just title, and by default appear title+date, but since I removed the date in all posts, I was wondering if I can add the category of the post in the place where the date should be. Is that possible?thank you!!
DeliaOctober 1, 2015 at 1:14 pm #512132Hey!
2.) This won’t be easily possible I think, as this is normal WordPress behavior and not something theme-related. You would need to ask this in general WordPress forum.
Cheers!
AndyOctober 1, 2015 at 1:18 pm #512135ok thank you Andy!
-
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
- The topic ‘Blog Settings’ is closed to new replies.