Hi
Nice clean theme. I am testing it to use on a site and want to do the following (haven't found the answers in the forums.
1 - A narrow banner image on all pages. I can get it on the home page by using the Top feature Image,however it is too tall,I only want it less that 130px high. Also how do I get it on all pages?
2 - Featured images 1st 2nd 3rd feature Headings - I want to centre justify the text in the headings.
3 - All pages except the home [age display "comments are closed" I am using static pages and not a blog and do not want this.
4 Themia logo - how do I remove this?
4 Themia footer, how do I remove this?
Don't wait, Lookup for common queries by searching below
Important Note
We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community
InkThemes Support Forum » Themia WordPress Theme
Themia lite customising features
(4 posts)-
Posted 11 months ago #
-
I have resolved 3 and both 4s after much searching.
1 is crucial - I have spent most of today looking for a solution. Thanks
site is www.mpwassociates.comPosted 11 months ago # -
1. For your first problem it needs customization work you need to call freelancer to do that.
2. For your second problem put the following code in custom css
Appearance -> theme options -> styling options -> custom css
.feature_content h2, .testimonial_wrapper h2 { text-align: center; }This will solve your problem.
Thanks.
Posted 11 months ago # -
Hi Harmeet,
many thanks for the response - I fixed 1) with the help of a friend by sizing my picture to the same as the code I added in the child theme style.css thus;
/* override and resize featured Image */
.slider_wrapper #main img{
width: 928px;
height: 226px;
}Your code for 2) works great. :)
Cheers Jan
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.