Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 it

    View post on imgur.com

    would be great if you can give me some guide to find those settings or some quick css code!
    thank you in advance!!

    Delia

    #511390

    Hi!
    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:

    View post on imgur.com

    thanks!!
    Delia

    #511403

    Hey 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!
    Yigit

    #511440

    Hi 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?

    View post on imgur.com

    thanks again!!
    Delia

    #511443

    Hi!

    Please add following code to Quick CSS as well

    .post_author_timeline,.news-time {
        display: none;
    }

    Regards,
    Yigit

    #511461

    Great!

    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)

    View post on imgur.com

    thaaank you!!
    Delia

    #512092

    Hey!

    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.
    #512106

    Hi 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?

    View post on imgur.com

    thank you!!
    Delia

    #512132

    Hey!

    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!
    Andy

    #512135

    ok thank you Andy!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog Settings’ is closed to new replies.