Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #455289

    I have several types of comments formatting that I would like to do…on pages I would like to set comments formatting css differently than on a post.

    ideally it would look something like this

    .single comment_container {
    font-size:10ps;
    color: rgsb(0,0,0,0);
    }

    .single comment_container {
    font-size:10px;
    text-color: rgba(0,0,0,0);
    }

    .page comment_container {
    font-size:10px;
    text-color: rgba(45,125,40,0);
    }

    Somehow this is not working however…its impractical for me to format specifically for a particular page as there will be many pages and or many posts.

    Any help would be most appreciated as what I have tried has not worked.

    #455397

    Hi mocablue!

    Could you provide us with a link to the site in question so that we can take a closer look please? Also, please try to be a bit more specific on what you are trying to achieve, a screenshot or two might help us to understand better.

    Cheers!
    Rikard

    #455537
    This reply has been marked as private.
    #455802

    Hi!

    I think we need to be logged in to see comments? Also, I saw some mistakes in your code: 10ps won’t work, please us px. The argument for colour is color, not text-color.

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.