• Resolved Leadnr

    (@leadnr)


    LINK: http://leadnr.com/quote/compilation/10-cats-that-ate-bats-in-a-homerun-bat

    Hi,

    In the past, I used the following codes:

    .comment-author.vcard .fn a{color:#e29700}
    .comment-author.vcard .fn a:hover{color:#e29700;}

    to change the color of the commenter’s color. Basically, if you look at the LINK I have provided above, I am trying to make it so that, whenever someone submits a comment with the ‘Website’ details filled out, their name should be ORANGE with or without the hover effect. I want their names to be permanently orange in other words.

    The 2 codes above used to work for my other theme, but now it doesn’t work for my new theme, Implicit Theme…

    Could you please tell me what I have to do in order to change this part? I am semi-versed in “coding” and editing files in my WordPress back-end, and so I can try doing it myself as long I have clear instructions on how to achieve this 🙂

    I appreciate your help very much.
    Kevin H.

    https://wordpress.org/plugins/jetpack/

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

    (@leadnr)

    Bump.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    While that’s not related to Jetpack, you should be able to customize the look of the comments on your site by editing your theme’s stylesheet. Try adding the following to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard:

    .comment-author a {
        color:#ffa93a;
    }
    Thread Starter Leadnr

    (@leadnr)

    Awesome, it works! Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Commenter's Name When Website Detail Is Filled Out’ is closed to new replies.