 
	
		
		
		
		
			
Hello,
On my layerslide, whenever I enter code for bold text, the text color changes instead of being bold.  https://imgur.com/a/nxChUVG
The URL you can see is http://mee.aripang.com/
I want to know how to have the text to be bold without changing color on layerslider.
Thanks,
Austin
Hey ohmani,
Add this to quick css:
.ls-layer{
font-weight:bold!important;
color:#fff!important;
}Best regards,
Jordan Shannon
