Hi- 1. How do I disable the default text from showing on the FIRST slider? More specifically I would like to disable the "Button Text and Link" fields since I don't have a link and the default verbiage is displayed. 2. How do I change the font sizes and colors of the slider text in each of the Heading, Description and Button fields? Thank you
Hi, 1) For your information, the slider integrated into the theme must have a caption, if you don't put your text then, the default will appear. However if you will use a space in the text field and save the options, the default text won't appear. 2) you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options Code: .text-container h3{ font-family: 'Times New Roman'; font-size:20px; color:#fff; } .text-container h1{ font-family: 'Times New Roman'; font-size:18px; color:#fff; } .text-container p{ font-family: 'Times New Roman'; font-size:13px; color:#fff; } You can change the values in the above code according to your need. Warm Regards! Naveen Kolhe InkThemes.com