Don't show gravatar on every post

  • Admin

    Syahir Hakim

    #25395

    There is an error in your child theme’s style.css file. This block:

    .post-title a:visited {

    border-bottom: 1px solid #ffffff;

    .entry-footer {

    is missing a closing brace (}). It should be like this:

    .post-title a:visited {
    border-bottom: 1px solid #ffffff;
    }
    .entry-footer {

    Corine

    #25396

    Wow, I don’t understand it, because it seems to be a different code,…. but it works!!!

    I am very, very happy.

    Thank you all so much!!!!

    Anonymous

    #25397

    Marking thread as resolved.

Viewing 3 posts - 11 through 13 (of 13 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.