Hi, I change my page to a one-page navigation and the font of my slider changed. I tried to changed it back using the custom CSS but it won't work.
.slider-caption h2 {
font-family: 'Lato' !important;
font-style: normal !important;
font-weight: 700 !important;
}What I have right now is the first image.
The result I want is the second Image with the caps.
