Hi JennyPenny,
this is possible with Custom CSS.
First you need to get the Slug of the page you want to style.
You can get it by inspecting the page and have a look in the body tag:
[image: 1501056690849-bildschirmfoto-2017-07-26-um-10.10.50.png]
In my body tag you can see slug-fullscreen-slider. That is the name of the page.
You can now use that slug as a parent div class for all elements you want to style on that page.
For example:
.slug-fullscreen-slider .a {
color: red !important;
}
You might need the important or not. That depends sometimes.
Just play around with it.
All the best and good luck!
Marius