Home Forums Bizplan Pro Slider Question… Reply To: Slider Question…

#951
keonthemes
Keymaster

Hello @draogn27 ,

Please follow the steps below to Add additional CSS:

1. From Dashboard Appearance / Customize / Additional CSS
2. Paste following CSS code
3. Click Publish

Please copy and paste below code to change the color of the font in the slider.

.block-slider .slide-item .post-title h2 > a {
    color: #000000;
}

Please copy and paste below code to reduce space between title and slider text content.

.block-slider .slide-item .post-title h2 {
    margin-bottom: 20px;
}

Regards!!!

  • This reply was modified 6 years ago by keonthemes.