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_ctl
00
_ctl
00
_DetailsView_ctrl
0
_commentsDetailsView_commentsDetailsView_ctl
00
_ctl
00
_anonymousUserContainer p
background-color
:
red
;