Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @doctorbr

    Do you have a live URL so that I could assess this correctly and give you a solution? ??

    Thanks.

    Thread Starter doctorbr

    (@doctorbr)

    Hello, @cteduard

    Thank you so much for answering. ??

    Still in localhost … but every site with the theme Blocksy with the standard structure of grid style posts and metadata comments being displayed is the same.

    I hope a simple CSS code or snippet change the color.

    Hello @doctorbr

    The reason why I’ve asked to see the site is because your comments link is already different from the others – and as far as I know, we do not offer options to change it independently, so there might be something else interfering with this?

    In any case, the CSS would go like this. However, if it doesn’t work, then it will be obligatory to see the site and see what’s what.

    .entry-meta .meta-comments a {
    	color: red;
    }

    Thanks.

    Thread Starter doctorbr

    (@doctorbr)

    It worked! Thank you very much for your help.

    Is it possible to enable hover? ??

    Thank you once again for your help.

    Hi @doctorbr

    Glad it worked. ??

    For the hover action, it should be something like this –

    .entry-meta .meta-comments a:hover {
    	color: red;
    }

    Thanks.

    Thread Starter doctorbr

    (@doctorbr)

    @cteduard

    It was exactly as I wanted!

    Thank you very much! ??

    You’re welcome, @doctorbr. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change only the color of the comments metadata?’ is closed to new replies.