How to customize CSS for each page

Hello,
I would like to CSS customize some pages. Is it possibile to set up CSS code for each page?
If not possible in this template is there any one of yours which may allow such feature?
Thanks!!!
Kind regards,

Umberto

Hi Umberto

yes, it’s possible, every page has its own unique page id and you can use it for custom css pages, for example:

.page-id-XX li a {
color: red;
}

and this page about how to find page ID