I would like the bold type on certain pages to be turquoise instead of green. Can this be set for entire pages or navigation point + all subpages?
Thanks in advance for feedback.
Hey Nic_007,
I would suggest that you use the page id class, which is unique to each page, in order to target different pages. Here’s an example for the first page you linked to:
.page-id-551 strong {
color: #24727c;
}
Best regards,
Rikard
Thanks!