• Resolved kcmartin

    (@kcmartin)


    I am just restarting with WordPress again and I am using the Twentyeleven theme and have created a child theme as recommended, because I tend to make quite a lot of changes to the CSS. However, when I activate the child theme the comment balloon on the homepage changes to a grey box. I am not sure what is causing this, how do I get the ballon to work again?

    Thanks!
    Kerstin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kcmartin

    (@kcmartin)

    Hi Kcmartin,
    I removed the background in your declaration and the balloon appeared again:

    .entry-header .comments-link a {
      <strong>background: url("images/comment-bubble.png") no-repeat scroll 0 0 #EEEEEE;
    </strong>  color: #666666;
      font-size: 13px;
      font-weight: normal;
      height: 36px;
      line-height: 35px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      right: 0;
      text-align: center;
      text-decoration: none;
      top: 1.5em;
      width: 43px;
    }
    Thread Starter kcmartin

    (@kcmartin)

    Brilliant, that worked!! Thank you so much, Chris ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments balloon disappears when using child theme’ is closed to new replies.