Styling "You must be logged in" comments
Is there a way to add a css style to the line "You must be logged in" when you enable comments for only registered users?
Hello Amanda,
What you're asking for is achievable. You can add styles with a css widget on the page where you've put news items. Properties should be declared to the <p> child element of the div with ID C001_newsFrontendDetails_ctl00_ctl00_DetailsView_ctrl0_commentsDetailsView_commentsDetailsView_ctl00_ctl00_anonymousUserContainer. Take a look at the sample:
#C001_newsFrontendDetails_ctl00_ctl00_DetailsView_ctrl0_commentsDetailsView_commentsDetailsView_ctl00_ctl00_anonymousUserContainer pbackground-color:red;