Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi again,
    Try adding this to the child theme style.css:

    .entry-header .comments-link {
       display: none;
    }

    That should do both of them.

    Thread Starter dvir0776

    (@dvir0776)

    Hi, thanks for the help.

    Sadly it work work, no change at all.
    I think it’s becuase the child’s theme style.css file
    is the problem, since it won’t show other changes as well.
    any ideas to why this is happening?

    heres the css content

    /* Import layout */
    @import url(../twentytwelve/style.css);

    .entry-header .comments-link {
    display: none;
    }

    Looks like you have cloudflare? Try disabling it for now. It’s really hard to work on a site with caching or minifying on.

    Thread Starter dvir0776

    (@dvir0776)

    lol, bulls eye. juess there a really big problem
    if you recognized it.

    Thanks! I’ll try it today or maybe tomorrow, not sure

    Dvir

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove leave a reply from header?’ is closed to new replies.