Skip to:
Content
Pages
Categories
Search
Top
Bottom

Delete “Last Post” from Headers


  • akula2
    Participant

    @akula2

    Can someone please show me how remove “Last Post” from Forum/Topic headers?

    I would like Topics/Posts and Voices/Posts to shift far right side.

    Thanks for any assistance please.

Viewing 5 replies - 1 through 5 (of 5 total)

  • JLee
    Participant

    @karado58

    Looks like you are being ignored, no one wants to help you!!

    I’ve only been learning CSS code for about 2 weeks, but I happily try and help you. Try this below.

    Removes Last Post:

    li.bbp-forum-freshness, li.bbp-topic-freshness 
    {
       
     display: none;
    } 

    Shifts Topics/Posts to right side:

     li.bbp-forum-info, li.bbp-topic-title 
    {
        float: left;
        text-align: left;
        width: 75%;
    } 

    Robin W
    Moderator

    @robin-w

    @karado58 – thanks for your help – this is exactly what we need 🙂

    There are very few helpers here, but this is community software.

    I am just a bbpress user who tries to help others as I was helped when I started, but I cannot get to every post.


    JLee
    Participant

    @karado58

    @robin-w


    @karado58
    – thanks for your help – this is exactly what we need 🙂
    There are very few helpers here, but this is community software.
    I am just a bbpress user who tries to help others as I was helped when I started, but I cannot get to every post.

    Robin,
    I should of used better choice of words on my post!
    I apologize to you Robin and to all others here that share their precious knowledge and time unselfishly helping us newcomers to bbPress!
    Thank you for your kind words, Robin, and I’m sorry!
    K58


    Robin W
    Moderator

    @robin-w

    please do not be sorry, I was truly thanking you for taking then time to post, and please continue to do so 🙂


    akula2
    Participant

    @akula2

    Hi @karado58,

    Thank you for help response, yes the code work very good!!
    Thanks very much!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar