Yeah that’s right, what we have to do for each page we want that on is below:
.page-id-50 .cn-entry > div > div span, .page-id-50 .cn-entry .given-name, .page-id-50 .cn-entry .family-name, .page-id-50 .cn-entry .additional-name { font-weight: normal !important; font-size: 14px !important; }
.page-id-172 .cn-entry > div > div span, .page-id-172 .cn-entry .given-name, .page-id-172 .cn-entry .family-name, .page-id-172 .cn-entry .additional-name { font-weight: normal !important; font-size: 14px !important; }
So that shows the custom css for two pages (172 and 50) – so you are saying just add the #cn-list to the end of each of these?
Thanks!