February 1, 2016 at 12:13 pm
#42089
Theme Horse Support Team
Keymaster
Hi Cucerescu,
1. To hide text only for 3 columns you can remove the content of 3 columns otherwise you have to customize the code. You need to hire a developer.
2. To lower the title of the slider go to Appearance > Cusotmize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-title {
text-transform: inherit;
}
Thank you!