In the Slider Settings, if I use the HTML tag <center> ... </center> in the Slider Descriptions, the font that ends up being displayed is no longer white, but is either a dark grey or some other color that causes it to almost disappear. Removing the center tags returns the font back to its white color. The center tags work fine in the Slider Headings. It is just the Slider Descriptions. Also, do the descriptions not have a font shadow like the Headings?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #slides .caption center{ color:#fff; } This will solve your issue.