
iTheme2 is another wordpress.com free theme which you can use in your blog. As Usual here I will try to show you some basic and important CSS Style sheet modification of iTheme2 by Themify
What you need to do is to paste the following codes i have shared here at the bottom of your style.css (if you have your own hosting) or in Custom Design CSS Section (WordPress.com free hosting)
If you have faced any trouble with the CSS issue of iTheme2 or Any other theme, feel free to let me know in the comments box section. I will solved it asap.
You may also like the followings :
1. Theme Twenty Eleven CSS Modifications
2. Theme Esquire by Matthew Buchanan CSS Style Sheet Modification
3. WordPress Theme Quintus by Automattic CSS Style sheet Modification
4. Solution of Comments are closed WordPress problem
1. If you want to change the Site Title font color,font family and font size using CSS
#site-title a {
-x-system-font: none;
color: red;
font-family: Arial,Helvetica,sans-serif;
font-size: 3.5rem;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: normal;
text-decoration: none;
}
2. If you want to completely remove the Site Title and Site Description from the top from itheme2 theme
#site-title,#site-description {
display: none;
}
3. If you want to change Site Description’s font color,font size and font family of iTheme2
#site-description {
color: red;
font-family: Georgia,”Times New Roman”,Times,serif;
font-size: 2em;
font-style: italic;
margin-bottom: 30px;
margin-left: 0;
margin-right: 0;
margin-top: 0.75em;
opacity: 0.85;
}
4. If you want to change the menu Background color of iTheme2
*** First color is the starting color, 2nd color is the ending color. If you want to use gradient
choose your starting color and ending color. Other wise Using single color in the place of starting and
ending color.
#access {
background-image: -moz-linear-gradient(center top , #FFA600, #FFA300);
}
5. If you want to change the hover color of the menu try the following code
#access li:hover>a,#access ul ul :hover>a
6. If you want to use your own logo instead of Small “Home” Logo in the left side of the menu
*** your logo should be 80×17 in dimension
#access div.menu > ul > li:first-child > a, #access li.menu-item-home a {
background-image: url(“images/home-icon.png”);
}
7. If you dont want to show Blog Post date try the following css code
.post-date {
display: none;
}
8. If you want to change the font color of the Dat Box try the following css code
.post-date .day,.post-date .month,.post-date .year {
color: blue;
}
9. If you want to change the Date Box Month color on your wist
.post-date .month {
background-image: -moz-linear-gradient(center top , #FFA500, #FFA500);
}
10. If you want to change the Blog Post Title’s font color,font family and font size of iTheme2
.entry-title a {
color: red;
font-family: cursive;
font-size: 1.2em;
font-weight: normal;
}
11. If you want to put a border or seperator at the bottom of each post try the following
.hentry {
border-bottom-color: blue;
border-bottom-style: dashed;
border-bottom-width: 1px;
margin-bottom: 45px;
position: relative;
}
.entry-meta {
clear: both;
color: #999999;
font-size: 1.1rem;
line-height: 1.2;
padding-bottom: 23px;
}
12. If you want to change the blog post font color,font size and font family.
.entry-content {
font-family: cursive;
color: black;
font-size: 15px;
line-height: 28px;
}
13. If you want to change the “Continue Reading” link color of iTheme2
.more-link {
color: red;
}
14. If you want to change the link color of blog post content
div.entry-content a:link {
color: orange;
}
15. If you don’t want to show the bottom side’s Previous Post Link try the following
.single #nav-below {
display: none;
margin-bottom: 3em;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
16. If you want to change the color of the link of Next Post or Previous post Link
.nav-previous a:link {
color: red;
}
div.nav-next a {
color: red;
}
17. If you want to change the Right Sidebar’s widget Title’s background grey color
.widget-title, .widgettitle {
background-image: -moz-linear-gradient(center top , orange, orange);
}
18. If you want to change the Right Sidebar’s Widget title’s font color,font family and font size
h1.widget-title {
color: blue;
font-size: 15px;
font-family: cursive;
text-align: center;
}
19. If you want to change the right sidebar widget’s link color
div#secondary a:link {
color: olive;
}
20. If you want to change the right sidebar widget’s font color,font size and font family
div#secondary a:link {
color: olive;
font-family: cursive;
font-size: 14px;
}
21. If you want to change the Comments Title Font color,font family and font size
#comments-title {
color: red;
font-family: cursive;
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
}
22. If you want to change the font color,font size and font family of Comment’s Author or Admin
.comment-author .fn {
color: red;
font-family: “Lucida Grande”,Arial,”Lucida Sans Unicode”,sans-serif;
font-size: 1.6rem;
font-style: normal;
font-weight: bold;
}
23. If you want to increase the width of Blog post (without removing the sidebar )
/**** Pls check the effect of this code in different browser ***************/
#content {
padding-left: 18px;
padding-right: 12px;
}
#content {
margin-right: 30.4928%;
}
24. If you want to increase the width of content section by removing the sidebar
div#secondary {
display: none;
}
#content {
margin-right: 0;
}
25. If you dont want to show comments in pages
** Use “No Comments on Pages” plugins for this work
26. If you want to change the Background of the whole theme
body {
background-image: url(“images/body-bg.jpg”);
}
27. If you want to change Single Blog posts font family,font size and color
#content {
color: black;
font-family: cursive;
font-size: 14px;
}
28. If you want to remove the whole comments section to show from the posts
#comments {
display: none;
}
29. If you don’t want to show only the Comments Reply try the following CSS
.commentlist {
display: none;
}
good !but it not sport word press.com free blog because my blog never Editor them .
LikeLike
HI Traffic,
for wordpress.com you have to purchase custom modification /custom design first..
Om
LikeLike
Hello!
Hope you are well and best wishes for 2012.
I have swapped to this theme after a post went ballistic. I think it’s good for getting new visitors to look at older posts.
Could you help me change the font colour and size on the nav bar (and make the background less opaque) and the size on the widgets. (blogs, meta) and remove the background on the images (nerditorial and Seek the Evidence)
I was going to change the font style but a commentor who disagrees with me hates it so it’s staying for now ;P
xx
LikeLike
Hi M O’C
Sorry for the late ..
would u mind to share me your site address again?
Pls let me know..
Om
LikeLike
It’s http://www.autismum.com
Thanks
xx
LikeLike
HI M O’C
thanks..would u mind to tell your requirements?
Om
LikeLike
Hello Om,
Great blog – thanks for helping us.
Any help you can offer would be greatly appreciated.
I would really like to remove the home page button from here:
http://www.laurajdavies.com/
Can this be done in the CSS?
Thanks in advance for any help you can offer.
Cheers,
AP
LikeLike
Hi AP
WOuld u mind to try the following code
#main-nav .home {
display: none;
}
Pls let me know it works for u or not
Om
LikeLike
Alright Om,
Your a code genius, It worked.
Thanks so much for taking the time to reply – it was really starting to annoy me.
Be cool,
AP
LikeLike
hello Mr!
thanks for explaining and the CSS’s, this is great theme, though there are a few glitches under IE7 (unfortunately still very popular web browser…).
1/ the global navigation’s drop down menu with sub-categories appears not as a list but some kind of block (eg. square 2×2 instead list of 4 items sub-categories). moreover, when the slider is turned on, this menu goes underneath and huge portion of it is virtually obscured. not functional at all :(((
2/ all boxes are square without nicely rounded corners as it should be. couple of widgets in the sidebar dont display the title (eg Category and Metadata widget).
i’m not expecting miracle but if you happen to know how to optimise this theme for IE or can recommend some plugin.code that would be just great!
cheers for reading
fil
LikeLike
HI fil
Pls share me your site address to check
Om
LikeLike
Hiya, I’ve changed theme to thememin. it’s http://www.autismum.com
I’ve done a few little tweaks but wonder if you could help me
1. reduce the space at the top above the site title;
2.reduce the space between prev and next under the slider;
3. get rid of everything under the footer (I know this is an i theme thread so I apologise for being off topic but i theme was bugging me beyond!)
thanks lovely xx
LikeLike
Hi M O’C
pls check the following code
1. To reduce the space at the top above the site title
#page {
background-color: #000000;
padding-top: 0;
}
2. You want to reduce the space between Slider and “Prev and Next” ?
3. Would u mind to clarify me the 3rd problem?
And..it is not a problem for me… i can help u any theme’s issue regarding css and others..
Om
LikeLike
Thank you that worked perfectly! You are a shining star!!!
I’d like to reduce the distance between the title of the featured post and the line above prev and next and get rid of the “blog at wordpress…” and all that stuff under the footer
xx
LikeLike
That worked like a dream. I’ve managed to close the gaps I wanted to but I wonder if you can help me
remove “continue reading”,”category”
Thanks so much xx
LikeLike
Hi M O’C
Pls share me your site address again…
Also.which code worked?
Om
LikeLike
http://autismum.com/
and the code to reduce the space above the site title worked. Thanks again xx
LikeLike
Hi M O’C
To remove the Category pls try the following code
footer.entry-meta {
display: none;
}
to remove the Continue Reading check this code
a.more-link {
display: none;
}
Pls let me know they works for u or not…and pls share me here if u have any issue..
Om
LikeLike
Perfect, Thank you.
Enjoy your coffee
xx
LikeLike
Thanks M O’C
pls let me know if u have any issue…
and thanks for the coffee 🙂
Om
LikeLike
I hope it was good – you’re an angel xx
LikeLike
Hi,
How do you get rid of the “Blog at WordPress.com. | Theme: iTheme2 by Themify. Fonts on this blog.” at the bottom of the page?
Thanks!
LikeLike
HI iTheme2 user
would u mind to share me ur website url to check?
Om
LikeLike
Hello. I posted earlier but perhaps it was deleted. I am trying to change the gray menu bar to a blue color. Your instructions are:
4. If you want to change the menu Background color of iTheme2
*** First color is the starting color, 2nd color is the ending color. If you want to use gradient
choose your starting color and ending color. Other wise Using single color in the place of starting and
ending color.
#access {
background-image: -moz-linear-gradient(center top , #FFA600, #FFA300);
}
This changes nothing. This is a wordpress.com site with Custom CSS added. Any ideas? It appears that theres an image somewhere that I can’t override. Note Im using safari.
The site is olversjamreview.com
Thanks in advance. Great blog. Coffee coming your way.
LikeLike
Sorry. The url is oliversjamreview.com
LikeLike
Hi Chris..
Pls check the following code
#access {
background-color: #316AC5;
background-image: -moz-linear-gradient(center top , #316AC5, #316AC5);
}
** U have to paste the code at the bottom of style.css
Pls let me know this helps u or not
Om
LikeLike
OM, that didn’t work. In the alternative, can I just get rid of that menu? Goin to paypal to give you some love now.
LikeLike
Hi Chris..
the code should work…
are u using child theme? if yes….use my code at the bottom of @ import.
Also..
dont use any commenting (for example : /******* this code is for this ****/ ) before the code
Om
LikeLike
It didn’t work but my client just said to leave it as it is. Still bugs me though. I think it has something to do with that tiny back ground image that repeats across. In any event, thanks for your help. Sent you a coffee through PayPal.
LikeLike
Hi Chris..
thanks for the coffee 🙂
but.. it would better if i could check from dashboard
Om
LikeLike
hello
thanks for explaining and the CSS’s, this is great theme, though there are a few glitches under IE7 & IE8 (unfortunately still very popular web browser…).
1/ the global navigation’s drop down menu with sub-categories appears not as a list
2/ all boxes are square without nicely rounded corners as it should be. couple of widgets in the sidebar disorders .
i’m not expecting miracle but if you happen to know how to optimise this theme for IE or can recommend some plugin.code that would be just great!
Regards
LikeLike
Hi Majed,
would u mind to share me your website URL to check?
Om
LikeLike
Hiya, me again. Hope things are brilliant with you.
Could you help me close the huge gaps between “Like this:” and the line above “<>”
and the gap underneath “<>”
and the line above “leave a reply” please
For example on this page
http://autismum.com/2012/02/20/2nd-coulter-inquest-ordered/
LikeLike
HI Autismum
would u mind to try the following code pls
.hentry {
margin: 0 0 0;
position: relative;
}
#nav-below {
margin: 1px 0 0;
}
.post-nav {
margin: 4px 0 0;
}
.post-nav a {
margin: 15px 0 7px;
}
Pls let me know it is ok or not..
Om
LikeLike
That looks much better – thank you. One more little thing – i don’t want to show drop downs on my page navs just parent page – no children or grandchildren. How do I do that? xx
LikeLike
HI Autismum
pls try this code
ul.children {
display: none !important;
}
Om
LikeLike
worked perfectly, as always! Just one more thing. I’ve noticed that only a few comments are getting displayed. On this post there are 59 but only 19 displayed (it’s the same on other pages too). How can I change it so all are displayed? I like to have open debate on my blog so this would be amazing if you could help
Here’s the page:
http://autismum.com/2012/01/05/wakefields-back/
xx
LikeLike
Hi Autismum..
have u checked the theme options about comments?
LikeLike
yes. there’s nothing there and there’s nothing that should be cutting them in discussion settings either 😦
LikeLike
HI Autismum
mail me the comments.php file in my mail. om2000_cuet@yahoo.com
Om
LikeLike
how do i do that?
LikeLike
Hi Autismum..
download that file using ur ftp or cpanel and send it to me attachinng it in mail…
Om
LikeLike
what’s a php file. sorry I’m a dumb autismum. tried looking it up but worpress says I can’t edit them is all I’m getting
LikeLike
HI Autismum…
are u using wordpress.com free hosting for ur site?
LikeLike
yes xx
LikeLike
Umm..sorry Autismum.. cant suggest u anything..
Om
LikeLike
Thank you anyway. I owe you a coffee for all the other help xx
LikeLike
Ok so I’ve changed theme (!) how can I reduce the gap between continue reading and the date/leave a comment?
xx
LikeLike
Hi AUtismum..
thanks for the coffee…
would u mind to share me the page link where the gap is showing?
Om
LikeLike
the homepage, after the post excerpts xx
http://autismum.com/
LikeLike
HI Autismum..
pls try the following code
.grid {
height: 386px;
}
Om
LikeLike
wonderful!
Last thing (I know I’m a pain) but I’d like to get rid of the information and shortlink in the sidebar of posts?
for example: http://autismum.com/2012/02/20/2nd-coulter-inquest-ordered/?csspreview=true
LikeLike
HI AUtismum..
that Information and Shortlink.. have u checked it is coming from widget section or not?
let me know..
Om
LikeLike
Alright OM,
I can see that you continue to be very helpful and are on hand to aid us with tricky WP issues. You very kindly helped me a few months ago with a problem and I am hoping that you may be able to help with a new issue I am having.
The site is here:
http://www.iam9.co.uk/
As before it is using the iTheme 2 wordpress theme. I have added a site logo that is 149px high. When the responsive theme goes bigger than 720px the nav sits on top of the site logo. When the responsive theme is reduce in size (below 720px) the nav sits below the logo fine.
Am I correct in thinking that something needs to be updated in the media-queries.css? At the moment I have set the navigation to display: none in order to hide it.
Thanks for taking the time to help us and any advice you can give would be appreciated.
Thanks,
AP
LikeLike
Hi AP
pls try the following code and let me know they are Ok or not
#nav-bar {
margin-top: 0;
position: relative !important;
}
#site-logo {
height: 150px;
position: relative !important;
top: 0;
}
#header {
height: 195px;
margin-bottom: 20px;
position: relative;
}
Regards
Om
LikeLike
Can you tell me how I can get rounded edges on all boxes on my site? Itheme2 http://www.a1-accordatore.com Thanks
Steve G.
LikeLike
Hi Steve..
Umm.. just visited ur site.. which box u r referencing to get rounded edge?
Pls let me know..
Om
LikeLike
Thanks for your reply. None of the boxes were rounded however when i put ie9 into compatability mode the main boxes and widgets showed up rounded. Is there anyway I can get the nav bar rounded? Please let me know. Thanks Steve G.
LikeLike
Hi Steve..
there is purple color above the menu…is that color u tried to implement?
also..would u mind to try the code pls
ul#main-nav {
border-radius: 8px 8px 8px 8px;
}
#nav-bar {
background-color: #2C2C2E;
background-image: none;
border-bottom: 8px solid #161021;
border-radius: 12px 12px 12px 12px;
border-top: 8px solid #161021;
margin-top: 16px;
position: static;
}
not sure.. but pls check it is Ok or not (it make the outward purple border + inner dark grey rounded though)
Om
LikeLike
Thanks so much!! That code worked great. Just what I was looking for. Steve G.
LikeLike
Coo..Nice to know it Steve….
Om
LikeLike
Hi Steve..
I would like to put the title line and date before (up) feature image! Is it possible? Tnx a lot for your time and for your job
Greatting from italy,
Federico
LikeLike
HI!
I do not know why my comment wasn’t publish 🙂 so i’m trying again… 😉
Do you know how i can put the data and title line over the feature image? In some screenshoot about itheme2 is in this way, not in mine.. http://www.quellidicana.it!
tnx a lot for your help
greatings from italy
federico
LikeLike
Hi Federico..
u want to show the Date and Post title above the featured image?
Pls let me know..
Om
LikeLike
yes!!!! tnx for the quickly answer…. 🙂
LikeLike
Hi Federico..
to achieve what u want…u need to modify ur index.php of the theme file..
Om
LikeLike
Tnx Om,
but probably i wright sometihing wrong (sorry but my english is not so good).. I woud like to have an effect like this: http://themify.me/wp-content/uploads/2011/02/itheme2-product-img.jpg
with date, title and tags upper the image.. Your answer is the same?
tnx for your time.
Federico
LikeLike
Yes Federico..
u need to modify the index.php…
Om
LikeLike
Ok!
Thank you OM!
LikeLike
Federico..if u need help to change this theme file..u can ask me… i can help u via skype
Om
LikeLike
hi, i have the same problem and would also be VERY interested in the solution! unfortunately i can’t see the solution here…
many regards
LikeLike
it’s wonderfull!! my skype account is federico_silenzi
LikeLike
Thanks for this it’s very helpful. I added the code to remove site header and description – description disappeared but the title is still there for some reason. Can you please help?
Also, when i view my website with this theme on my phone it displays weird – the header image only shows a corner image and the menu is broken into 3 lines. This doesn’t happen on any other site or on my old theme. I uploaded the header image by doing header->background image. Is that correct?
My website is http://www.thedailyopinion.co.uk
Thanks
LikeLike
HI RichWhite..
to remove the Header title of ur site pls check this code
#site-logo a {
display: none;
}
Also..
due to fixed width of ur site layout it may seen ur site differently in different mobile device..
so, there are several plugins which u can take help for..
Om
LikeLike
thanks that fixed the code.
I added a header image which showed up, then added a site background image and now the header has disappeared. Do you know anything about that?
What are the plugins for the mobile viewing?
LikeLike
i got the header image back by deleting it then reuploading it, i guess it disappeared behind the background image. Is that normal? i uploaded both in the header section
LikeLike
Hi RichWhite..
just visited ur site..and found both ur header image and body background showing well.
🙂
Om
LikeLike
Thanks Om. Can you tell me some of the plugins that make it viewable on mobile devices please?
LikeLike
Hi Richwhite..
not sure but you can try a-wp-mobile-detector and WPMobilePro plugins..
Om
LikeLike
Thanks. one last thing, is there a way to make the header image a link to the homepage?
LikeLike
Hi Richwhite..
yes..it is also possible.. but..for this… pls check first it is possible from ur theme’s option or not..
otherwise.. u can do this by modifying header.php..
and if u cant do this..i will help u to do..
but..u have to purchase coffee for me …
🙂
Om
LikeLike
haha ok thanks 🙂
LikeLike
Hi RichWhite..
Ok..add me in skype
om2000_cuet is my id..
Om
LikeLike
hi there. i am creating my first web site. what i would like to ask you is how can i put a slider at the top of my post entries. i would like it to look somehow like this http://www.ascendia.ro/ . also, what slider would you recommend to me that can also show a caption ? it is alright to me if you show me a way to make a post full-width post above my grid, as i have a good slider which only works within a post.
sorry for my poor english and thank you very much!
LikeLike
sorry, i just found out that the full width post would not help because in a grid like that you need a featured image and you cannot feature a slider. but i was thinking, isn’t there a way to modify the default header slider of itheme2 to make some better slider ?
LikeLike
nevermind, i found what i wanted. however, if you’d like to give me some better advice than adding a shortcode in the index.php right above the loop, i would highly appreciate.
damn, learning about this stuff can be so fun and annoying at the same time..
LikeLike
Hi Lucimarin…
in which site u r working?
LikeLike
i’m working on my localhost, because i didn’t want to pay for a domain and hosting before i knew if i can do my own website or not. now it seems like i’m going to put on the www soon.
LikeLike
Hi Lucimarin..
actually without checking the live site it is tough for me to give u any solution..sorry for that..
😦
Om
LikeLike
yeah, i know. but now i figured it out so… thanks anyway.
oh, and something else… i was reading about SEO and i found out that paid frameworks help you with SEO. Does also the free themify framework helps you ? how long would it take for the website to be indexed by google (if i also do my texts right)…
LikeLike
Hi,
actually i have the basics of SEO..but i never thought of it for my blog..
and i am not sure about the paid framework..
but.. regular update of ur blog with proper linking with ur previous posts or pages with appropriate keywords will help u indexed quickly in google..
Om
LikeLike
what would be the average time to get indexed ? i’m not making a blog, i’m making a website for an electrician, and what i am willing to do is use as many times as i can in my “about” an “faq” pages the keywords that everybody is googling: electrician, authorized an my city (bucharest). i think that’s the maximum i can do for SEO. my luck is that, even if i know pretty much nothing about SEO and even less about webdesign, the sites of this kind in my country are really really bad, and i’m sure i can do way more than that in a pretty short time (even though i’m taking my time, i don’t have a deadline, he’s my father 🙂 )
LikeLike
Hi Lucimarin..
actually they way you are thinking to increase keyword density may not be the best way to get indexed in google…google is smarter..so..dont try to use keyword in suchh way that google thinks u r spamming.. u have to use it technically..
Om
LikeLike
yeah, i know, that’s what i meant saying “as much as i can”… i know google is smart, but i think i can be smarter than it :)… but i don’t know what else i could do about it…
LikeLike
hi there! i’ve seen the other day something really cool ona joomla template. http://byjoomla.com/jupiter/17/index.php/colors/jupiter-blue-mainmenu-30?layout=blog/ . i’m talking about those “buttons” under the content slider. i’ve found out that they are called “module tables”. do you know if there is a widget for something like this or any other modality to do it ? i would just love to put something like this above my posts loop.
LikeLike
Hi Luciamarin..
i worked on joomla 4 years ago.. i really forgot the modifications related to joomla..
😦
Om
LikeLike
well i want that for wordpress. joomla seems way too complecated for me at the moment…
LikeLike
Hi Lucimarin.
u want that 4 buttons with links to implement in ur wordpress homepage?
if yes..it can be done by modifying ur theme files easily..
Om
LikeLike
yeah, that would be great. it would also be great even without the links, maybe even better…
LikeLike
Yes.. u can also do it..
🙂
Om
LikeLike
can you please help me with that ? it doesn’t metter which metod, at least adding or removing some links i can do by my self…
LikeLike
Yes I can ..but is ur site Live?
LikeLike
do you mean on the web ? no… it isn’t…
LikeLike
Umm..then cant help.. 😦
LikeLike
ok… i’m going to put it on the web in a week or two, hope you’ll help me then. best regards,
LikeLike
Ok..sure..
LikeLike
Can someone tell me if it is possible to remove the “Featured Image” carouselon the home page? This has shown up on my home page all of a sudden, and is displaying as a black bar since I do not use featured images….but want the bar to go away. Any guidance?
http://www.mistress-of-disaster.com
Many thanks!
LikeLike
Hi Melissa
to remove the featured black bar use the following css
div#featured {
display: none;
}
pls let me know it is ok or not
Om
LikeLike
Brilliant! That did the trick, thank you so much for taking the time to respond as quickly as you did, I really appreciate it!
LikeLike
thanks Melissa…
if u have any other issue..just share me..
Om
LikeLike
Hi There. Hopefully you’ll be able to help with this issue I’m having.
I am trying to use an image as my logo/header but the navigation bar covers most of the image.
My URL – http://kpwebservices.net/t4f/
I’ve tried re-positioning the image and/or the navigation bar using the theme’s settings and the css with no luck.
Any assistance would be very much appreciated.
Thanks,
Kevin
LikeLike
HI Kevin try this
at the bottom of http://kpwebservices.net/t4f/wp-content/themes/itheme2/themify/css/shortcodes.css paste the following code
div#body {
clear: both;
padding-top: 36px;
}
div#main-nav-wrap {
position: relative;
top: 201px;
}
Regards
Om
LikeLike
Thanks Om. That looks better and I can adjust the amount of pixels to make it fit better, however, now the mobile version looks off.
The menu shows halfway down the page.
Are you able to assist please?
Thanks,
Kevin
LikeLike
Hi Kevin…
though ur theme is already responsive to mobile device…
but..i am not sure u already did any changes before for which the mobile is looking off etc….
but..there is some more modification u can do for ur ipad using some php code as i know..
Om
LikeLike
Could you tell how to make header image top round corners ? Thanks
LikeLike
Could you please tell me how make round header corners
LikeLike
Hi Steven..
what is ur site URL? let me know pls
Om
LikeLike
Hi Steven..
without checking cant help…. sorry.. share me ur site URL pls
Om
LikeLike
Hi Om,
http://manoeshop.eu/ there’s also small edges sticking out from nav menu,I have tried moving menu a little more down,but that wont help,dont really know what tag to edit. Thanks
LikeLike
Hi Steven
** Regarding the edjes showing at the bottom sides of the menu try this code
#header {
background-size: 100% auto !important;
padding-bottom: 30px !important;
}
LikeLike
Also…
to make rounded corner..it would better u make the image top portion rounded using photo editing software..
Om
LikeLike
Hi Om,
Thanks for you help,I was already stretching background size just needed to add padding at the bottom! Still learning from silly mistakes 🙂
LikeLike
Hi Stven..
🙂
regarding rounding corners..
though i could provide u css for the rounded corner..but it would better u directly modify the header image top rounded… rounded corner for css will not work the same for all of the browsers
Om
LikeLike
Hello there!
Thank you so much for your codes, they helped me a lot! However, I would like to know how I can limit the number of posts that appear on the main/home page to the newest 3 for example.
Thanks again!
LikeLike
Hi Mona..
you can do it from Settings–> Reading…
Om
LikeLike
Oh thanks a lot! I had no idea it was there! 🙂
Another issue though, I am using the Arabic version of the theme & the slider isn’t appearing correctly nor it is sliding properly, I don’t know whats the issue! Would you be able to tell what could be wrong? Here’s the link: almakeen.com
LikeLike
Hi Mona..
At first try by de-activating your plugins one by one and check slider is working or not…
*** may be plugins are conflicting…
pls check it and let me know..
Om
LikeLike
Hello,
I am a relative novice to website building and messed with the code for my footer on iTheme2. I just wanted to change what it said, which I figured out how to do on a previous theme, so I didn’t think it would be that difficult. Unfortunately whatever I changed in the footer code messed up my whole site, and I don’t know how to get it back to the way it was! Can you please e-mail me the default footer code so I can put it back to the way it was or tell me what else I can do? Thanks so much,
Carly
LikeLike
Hi Carly,
here you can download the iTheme2 wordpress theme (free one) and replace your one (mainly the footer.php one)
http://themify.me/themes/itheme2
In case you have some issue which you need to solve ..pls feel free to let me know..
Om
LikeLike
Thanks so much for the quick response! Also, is there a way to change the order of the pages in the menu at the top? They are currently in alphabetical order but I’d like to move them around.
LikeLike
Hi Caryl…
pls check “Appearance–>Menu” …from there you can do the ordering of the menu items..
🙂
Om
LikeLike
Hi Om,
You are doing a stellar job of helping people out with CSS. I had one question.
I just started my blog with iTheme2 on wordpress.com and I have Custom Design. Is it possible for me to add an image slider. If so, how do I do it?
Thanks in advance.
Jolly
LikeLike
Hi Jolly,
have u checked featured image portion in your post editor of iTheme2 ?
let me know pls
Om
LikeLike
Hi Om,
I added about 6 images as made them all Featured Images but still no image slider came up. I added the images in pages not posts. But it should still work, shouldn’t it? What am I doing wrong here or not doing?
Thanks.
Jolly
LikeLike
HI Jolly..
would u mind to add me in skype pls?
om2000_cuet is my id
Om
LikeLike
I’ve added you to Skype and sent and invite.
LikeLike
Yes Jolly..already added you and solved ur problem in chat…
🙂
Om
LikeLike
Hello, Om.
I just installed the itheme2, and testing on it.
My post’s content in the front page is very long,
is that possible to shorten the content in front page, and read more on topic page.
Below is my site;
http://cambodia-asiabusiness.com/blog/
Thanks you!
LikeLike
Hi Moomin..
have u tried “Read More” option in the Post editor ? that Read More in the Post Editor should help you to set upto which portion of your post to show in the home page..and the Rest portion of the post will be clickable with “Read More” link
let me know u got the option or not
Om
LikeLike
hi there
great site and i hope i can get help for my issues here
First issue Index Layout:
The default Layout places the featured image above the date and post titel. but i would like to place the featured image after the date an post titel like here: http://themify.me/wp-content/uploads/2011/02/itheme2-product-img.jpg. Is there a easy way to change that?
Second Issue Post Layout:
I would like to insert some aditionals Linebreaks or space between the post titel and the post text. How can i do that?
Third Issue Comments Layout:
I don’t like the layout of the comments section very much. Is there a way to change that? For example i like your comments layout 😉
I hope i can get help here as i tried a lot of things but couldn’t find a way
MANY THANKS IN ADVANCE
LikeLike
Hi Thomas…
are you using wordpress.com free hosting or your own purchased hosting like hostgator/godaddy?
let me know…
Om
LikeLike
i am using my own hosting, i have a synology diskstation server at home. i also have a purchased hosting for a second wordpress site with the same issue
thanks for your help!
LikeLike
Hi Thomas..
yes..they way you are asking to show the featured image is possible…but it will need to modify the theme’s php file… and as you are using ur own hosting u can do that
Om
LikeLike
good news so far. can you tell me what files i have to change and what code i have to use? i don’t know css and maybe you can help me with the right code in the right files?
thanks
LikeLike
Hi Thomas..
better u add me in skype. om2000_cuet is my id.
i will add you after returning from my job within 24 hours..
Om
LikeLike
Hi,
Can this theme be used on wordpress.org?
If not, can you recommend something similar?
Thank you.
LikeLike
Hi,
i think u can get it in wordpress.org..but incase u dont get it ..just let me know… i have the theme..i will share it to you
Om
LikeLike
Thanks, Om, for your response. Sorry for the delay in replying – still making decisions at this end. If we decide to go this route, I’ll be in touch. Appreciate your website – thank you!
LikeLike
No problem at all…..thanks
Om
LikeLike
Hi, for my site: http://mediators-le-niglo.fr, I want to change all white background color, in articles wdget, pages,….for light beige.
what is the best way ?
thanks !!
LikeLike
Hi Leinadfr
i think u r searching for this following code to change ur Content section + widgets background
#content {
background: none repeat scroll 0 0 lightblue;
}
.widget {
background: none repeat scroll 0 0 lightblue;
}
Regards
Om
LikeLike
Hi Om, I was wondering if I can change the size of the header image. Now, no matter image size I try to upload it is defaulting to a large one. I want to upload a custom size image that won’t take up too much space. How to do that?
LikeLike
Hi Joyfulness
share me the Header image which you want to upload
Om
LikeLike
How to share? I mean how do I send it to you?
LikeLike
Hi Justjoyfulness
means…give me the url of the image u want to use
🙂
Om
LikeLike
It has a transparent background and I would like it to appear centred where the present header text currently appears.
Thanks
Jolly
LikeLike
Hi Jolly
thanks..pls try this code
it will replace your iTheme2’s Text based Title to Image Header
h1#site-title a {
visibility: hidden !important;
}
h1#site-title {
background-image: url(“http://justjoyfulness.files.wordpress.com/2012/12/header.png”) !important;
}
Let me know it is ok or not
Om
LikeLike
Thanks Om, That worked. I’ve just bought you a coffee 🙂
LikeLike
Great Jolly.. got the coffee 🙂
Om
LikeLike
Hi Om,
I want the same thing as justjoyfulness so I’ve tried this code for my blog, but it didn’t work:
h1#site-title a {
visibility: hidden!important;
}
h1#site-title {
background-image: url(‘http://mvflux.files.wordpress.com/2012/12/mvfluxheader10.jpg’)!important;
}
What is wrong?
Thanks
JP
LikeLike
Hi JP
in which site you tried to do it? share me your site URL
Om
LikeLike
mvflux.com – I’ve changed it now by a 978×288 but I would really like to have a 978×150 instead. Thanks!
LikeLike
Hi JP
what u did..u already Hide the Site Title and added the Image directly in ur theme file…
why u r trying to use the code again?
LikeLike
Because there is a fixed default size for the header image: 978×288 and I want it to put a 978×150 instead. When I upload the 978×150 header image the system forces me to crop it (in order to fit the predifined 978×288 proportion).
LikeLike
Hi JP
pls try this code
#custom-header-image {
display: none !important;
}
hgroup {
background: url(“http://mvflux.files.wordpress.com/2012/12/mvfluxheader10.jpg”);
width: 978px;
height: 151px;
}
Om
LikeLike
It worked, thanks a lot! And enjoy your coffee 🙂
LikeLike
🙂 thanks..
Om
LikeLike
Hi, I was wondering if there was any way to change the size of the header image in iTheme2 using css. My blog (futbolpulse.com) has a header image (website logo), but it takes up way too much space. Can I use css to have a custom image height without having to crop it in the dashboard?
Thanks!
LikeLike
Hi
to change iTheme2 Header banner image height and width
pls use this code
#custom-header-image {
height: 56% !important;
width: 56% !important;
}
Om
LikeLike
Hi there – I’m so happy to have found your site. I’ve replaced my header with an image/logo and it forces me to have it be “taller” than I want it. How do I keep the width the same but cut the height almost in half?
LikeLike
Hi
thanks..would u mind to share me ur site URL where u replaced ur header with image pls?
Om
LikeLike
Re: iTheme2 fixed position header. Is it at all possible to have the body scroll, leaving the Site Logo, Site Title Description, and Menu Buttons (fixed in position, non scrolling) for all posts and pages? On the home page, could the image slider, be fixed also? Thanks, Ken
LikeLike
Hi Ken
share me the Site URL
Om
LikeLike
There is no site yet. I am building it on my laptop using Xampp.
LikeLike
Goodmornig Ken
actually it would better for me if u can show me the live site to check
Om
LikeLike
Om,
I will save this fix for last and get back with you the site is finished and put on line. Thanks, Ken
LikeLike
Ok Ken
Om
LikeLike
Hi Om,
I just want to remove the Powered by WordPress • Themify WordPress theme text from the footer. My custom css didn’t work.
thanks so much
LikeLike
Hi Danielle
would u mind to share me site url pls?
Om
LikeLike
URL is daniellespinks.com
Thanks Om.
LikeLike
Hi Danielle
try this code
.footer-text .two {
display: none !important;
}
Om
LikeLike
Brilliant! Enjoy your coffee 🙂
LikeLike
Great..thanks Danielle
Om
LikeLike
Hi Om,
What css should I use to remove the Search bar from the main nav. Site is violetsandvinegar.com.au
Thanks,
Dani
LikeLike
Hi Dani
would u mind to share me ur site url again pls?
Om
LikeLike
Hi Om,
Try the URL http://www.violetsandvinegar.com.au
Looking for css to remove the search bar as well as make body background black (not the dark grey colour) it is currently.
Thanks for your help!
LikeLike
Hi Dani
would u mind to check it pls
#searchform-wrap {
display: none;
}
#content {
background: white !important;
color: black !important;
}
#content,#content * {
background: white !important;
color: black !important;
}
pl let me know if it helps
Om
LikeLike
Thanks Om,
I now have the glossy rich black I wanted. Excellent! But still see the searchbar.
Dani
LikeLike
Hi Dani
would u mind to try this
#searchform-wrap {
display: none !important;
}
Om
LikeLike
Sorry, no joy. That’s okay. Let’s just leave it there.
I’ll get you three coffees, though, if you can help me change the footer widget-title backgrounds to black (instead of the grey gradient). None of my code seems to work.
Thanks so much for all your help.
Dani
LikeLike
Hi Om,
I have fixed everything up now. Thanks for all you help.
Enjoy your triple coffee.
Dani
LikeLike
Hi Dani
thanks….
nice to know u fixed it..
and dont forget to let me know if u have any other issue
Om
LikeLike
Hello
Can you please fix my site for I.E.5,5.5,6. 6.5. Site’s menu navigation converted into two lines in internet explorer versions as I mentioned above.Where as It is opening fine in all latest browsers.It is also mentioned that my site is in local language i.e urdu language. And I am using font “Jameel Noori Nastaleeq” for my menu navigation. My site url is http://pindighebonline.com
Thanks you in advance for your early response if possible.
LikeLike
Hi Malik
the versions u mentioned are really old and outdated and it will not be wise to think about that as nobody use that versions
Om
LikeLike
I agree with you. But still there are many people who do not care to upgrade their browser versions after installation of windows xp. I still interested to fix this problem. I appreciate your effort if you solve my problem. Thank you very much for replying me soon.
LikeLike
Hi Malik
sorry..actually… wordpress also doesnt support IE6
Om
LikeLike
Can you please help me to change font style and font color only applicable for navigation menu.
LikeLike
Malik
try this
#main-nav a {
color: red !important;
font-family: tahoma !important;
}
LikeLike
You have really done a great job. It works fine. Thanks you very much.
LikeLike