To increase the size of the “skip” button on the onboarding screen, you can place the following CSS into the developer options.
CSS
.ob-top-nav .ob-skip{
font-size: 2em !important;
}
To increase the size of the “skip” button on the onboarding screen, you can place the following CSS into the developer options.
CSS
.ob-top-nav .ob-skip{
font-size: 2em !important;
}