How to highlight comments from article author

Posted in: Newspaper
Post count: 65

Hi,

I’d like to highlight in some way in the comments below the article, which are responses made by the article author.

I found this tutorial https://www.wpbeginner.com/wp-tutorials/how-to-highlight-authors-comments-in-wordpress/

However css code from there does not work with .bypostauthor class. Is newspaper theme blocking it in some wat?

Thanks,
Michal

Post count: 27744

Hello,

I made a custom code CSS and look like this => https://www.screencast.com/t/43Y2wK12emq
The code is


.children
{
background-color:#eef5fa;
padding:5px;
font-size:small;
font-weight:bold;
color:#000;
}

Set the code in Theme Panel ->Custom code -> Custom CSS

Hope that helps you!

Thank you!

Post count: 65

Hi Anamaria,

I do not have this option in the menu Theme Panel -> Mobile. I do not use mobile theme or AMP. I just use mobile layouts from cloud templates.

Should I then just include the code as always in Theme Panel->Custom Code?

Post count: 65

Please kindly confirm

Post count: 27744

Hello,

Yes, the code must be added in Theme Panel -> Custom Code -> Custom CSS => https://www.screencast.com/t/dThHOrMOgeYE.
Sorry for the late reply, we had an Easter holiday, which means a limited support schedule.

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.