Hi Guys,
I’m pulling my hair out over this one. I’m trying to use Open Sans Light (font weight 300) on some slides but no matter what I update, although I can see the changes in the back end (rev slider screen) – it doesn’t carry through to the front end.
I have Open Sans 400 selected in my Font Options tab for the Headings Font.
I’ve tried saving the style in the “Edit Style” button and the “Edit Global Style” (static styles) button in the Rev slider admin and even entering the below css in the Theme Options Custom CSS tab with no luck:
.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:”Open Sans”;
background-color:transparent;
}
Please help me to get this setting to take effect
Thanks very much!