Hello form Croatia! I bought this team and working on my webpage on localhost for now. Before I go online, I would have some questions: 1. Is it possible to put some language files on the Front/Home page and have slider text and all other text on this page in that language? 2. Can slider images and future images on the home page have rounded corners? 3. Is it possible to have slider images without Heading boxes? Thank you in advance!
1.For your first issue Follow the link given below http://www.inkthemes.com/how-to-translate-your-wordpress-website-using-qtranslate-plugin/01/ 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-container{ margin-right: 23px!important; } .slide-img { border-radius: 20px; } .content img { border-radius: 10px; } 3.For your third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slide .slide-content.entry { display: none; }