Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #918261
How to remove date from posts title?
Closed

Comments

  •  2
    Mike started the conversation

    I want to remove date from title and author

  •  7,051
    Oliver replied

    HI!

    pls. use following css:

    h3.entry-title a span {
        font-size: 40px !important;
        margin-left: -10px;
    }
    
    h3.entry-title a {
        font-size: 0;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Mike replied

    Thanx! It works!

    Could you tell how to remove block with By Author | Category | Date

    from everypages and posts?

  •  7,051
    Oliver replied

    HI!

    pls. use following css:

    .post-meta-left {
        display: none !important;
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Mike replied

    OK! Thank you!

  •  7,051
    Oliver replied

    You are welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver