Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1375890

    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.

    #1375948

    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

    #1375953

    Thanks!

    #1375974

    Hi,

    Glad Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CSS code for complete page?’ is closed to new replies.