Change font size and delete “posted on” from automatic date

  • Unknown's avatar

    hi,

    I have this in every entry:

    Posted on Lunes 23 Agosto 2010 – 16:02pm by david fernández

    I´d like to know if I could resize this text and change it´s color and also only to display the date “Lunes 23 Agosto 2010”, without “posted on” and “by david fernandez”

    many thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    hi again!

    I´ve got to do it by my self!!! slowly but css can be learned!!

    .entry-date {
    color:#8A0808;
    font-size:9.5em;
    }
    
    .author {
    display:none;
    }
    
    .meta-sep {
    display:none;
    }
    
    .meta-prep {
    display:none;
    }
  • The topic ‘Change font size and delete “posted on” from automatic date’ is closed to new replies.