Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #541084

    Hi,

    I would like to highlight the comments of the author(s) in ENFOLD without plugin.
    I’ve tried to figure out, what CSS styles are belonging to this, but I had no success; I just would like to add a light background color.

    Could you help me out please?
    Thank you.

    #541093

    Hi COLORIT!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    ol#comments li.bypostauthor {
        background: #e2e2e2!important;
        padding: 5px;
    }

    Cheers!
    Yigit

    #541128

    thank you, that works perfect!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to highlight author's comments in ENFOLD without plugin?’ is closed to new replies.