Home Forums Exoplanet Pro Slider Text Size Reply To: Slider Text Size

#6660
Andy
Keymaster

For a particular page you will need to use the ID of the page that you want the styling applied to.

e.g. the following will only be applied to the page which has the ID of 27

.page-id-27 .slide-cap-title {
    font-size: 46px;
}

.page-id-27 .slide-cap-desc {
    font-size: 26px;
}