Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

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,280
    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,280
    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,280
    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