Hi, I just upgraded and purchased the themia template. I have been using Themia lite and have blogs and pages I want to preserve when I install the Themia template I purchased. How can I make sure I keep my current blogs and pages with the new install? Thanks.
Hello, Greetings from InkThemes! There is no need to worry, you can easily upgrade your theme but firstly be sure that you must have a backup of your site. You can follow the tutorial links as I mentioned below to upgrade lite to pro version: * * http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/ Thanks & Regards! Priyanka Inkthemes.com
Just installed Themia Pro. It says Themia, Simplistic and Easy Design at the top of my page. How do I get rid of that? There is a testimonial and video box at the bottom that I don't want right now also. And how do I get rid of the featured content text? If I leave the box blank, default text appears along with "read more". Also, is there a simple way to change the font? Thanks
Hello, Greetings from InkThemes! 1.) "Themia, Simplistic and Easy Design" is just a custom logo. So, you can easily replace that with your desired logo, you just have to go in Custom logo field (Appearance=>Theme Option=>General Setting =>Custom logo) and upload your desired logo over there (here I am providing you screenshot of that field). 2.) If you want to 'replace' all the content of testimonial and the video box, then just follow the video (given below). Link of the video: http://screenpresso.com/=y1DQc * Incase, you want to remove that area completely then you have to paste the CSS code given below in Custom CSS section(Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .testimonial_bg { display: none; } 3.) To change the default text, just follow the video (given below). Link of the video: http://screenpresso.com/=belVf Hope it will resolve your issues.. Thanks & Regards! Priyanka Inkthemes.com
You didn't quite answer my questions and I have an additional - 1. I don't want any text below the featured content section (see attached image). There is a "-" because if I don't put anything in the box, default text shows up. Also, it says ""Read more...." Is there a way to get rid of that? 2. Similarly, there is a "-" in the footer because if I don't put something in the box, the default (2015 Ink Themes..) appears. 3. Is there a way to change the font? 4. Is there a way to create a photo gallery? Thanks James
Hello James, Greetings from InkThemes! You can use the CSS codes given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard to resolve your all queries. 1.) To remove text from the feature content section, paste below code: .read_more, .feature_content p{ display: none; } 2.) To remove default text from the footer area, paste below code: .footer_line .copyright{ display: none; } 3.) Please let us know, which font you want to use in your site. 4.) Now for your last query i.e. related to creating photo gallery, you can prefer below video link to resolve that. http://bit.ly/1UqYndo http://bit.ly/1KOsN3a Thanks & Regards! Priyanka Inkthemes.com