This item is by an Elite Author
EvGreen
- Sold between 100 000 and 250 000 dollars
- Elite Author
- Has been a member for 3-4 years
- Exclusive Author
- Bought between 10 and 49 items
- Referred between 10 and 49 users
- Europe
78
Purchases
Buyer Rating:
4.50 stars
4.50 average based on 6 ratings.
(more information)
-
5 Star
350%
-
4 Star
350%
-
3 Star
00%
-
2 Star
00%
-
1 Star
00%
| Created | 28 October 10 |
| Last Update | 6 November 10 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, Firefox, Safari, Opera, Chrome 4, Chrome 5 |
| Documentation | Some Help |
| Layout | Fixed |
| ThemeForest Files Included | Layered PNG, HTML Files, CSS Files, JS Files, PHP Files |
© All Rights Reserved EvGreen -
Contact Envato Support


hi really like your template waiting for the wordpress version too
is a psd file included? cause i only see png layered file in the discription is there a possibility to edit the layered png file
greetings
indeed psd is not included, mainly becouse most of the graphics in this theme are handled by the CSS , you can change the colors by simply adjusting their value.
I will add some psds to wp version though, those will make editing of slider arrows and few other details easier.
cheers
thx a lot
How’s the Wordpress version coming?? ; )
There are good and bad news.
Bad news is, that due to work overload I won’t be able to deliver the wordpress version this and next week.
The good news is I’ve already started working on it, and I’ll be working all through holidays to deliver it ASAP . Really sorry to make you guys waiting but sometimes there is just too many things happening.
cheers
Having a small issue. On the portfolio page, the ‘see more’ hyper links have a background colour of black. I need this changed to white and no matter what I do I cant seem to get it to change. I’m having trouble identifying what property in the css it making it black. Any ideas?
Thanks
Hey atweedie
Ok I see what you mean, to force the background of the “see more” links to be of specific color or transparent, you will need to add a class to the
<a />tag. Let’s say<a href="#" class="no_bcg">See more..</a>and then, somewhere at the bottom of the style.css or in rainbow.css add a class .no_bcg{background:none;}Reason behind such a behavior of the background is that the
<a />tag is inheriting background settings of the image(the plus sign when on hover)Amazingly cool template! I’m gonna buy it as soon as it’s available as a Wordpress template
Any news on the Wordpress version??
I just downloaded. When I open in IE, I don’t get the same fonts. When I open in firefox, it works. Also, if I access live demo site using IE, it works. Just locally it’s not working.
hmm IE must be blocking script execution locally, it shouldn’t happen once you upload it to the server
hello, i am looking to move the navigation up or down just like the logo, but i cant find where i can do that!!!
Also I would need to move the anythingSlider down a little, please if you can tell me how to do that
you can change the navi position in style.css around line 462, like so: http://prntscr.com/18lw8a
and you can nudge the slider down by adding top margin in anythingslider.css like so: http://prntscr.com/18lwiu
(“wiersz” means “line” of code at which you will find the rule)
cheers!
thanks!!!
please help, answer my question above!!!!
done!
thanks!!!
Thanks for you help, works great!
Couple more questions though…
1. i now need to move the portfolio down a little, so how do i do that?
2. when i moved the anything slider down 35px i now have a line showing where it was??? how do i get around that?
hmm
1) & 2) – instead of modifying anythingslider class then, change #header to have bottom margin
like so: http://prntscr.com/196mln
cheers
thanks again! You are a GREAT HELP!!!!!!
Hi Sorry, but I have one last question.
Im trying to change the color of the navigation from yellow to black, but the only style in styles.css that changes the color is…a, a:visited{ color:#fffc05; text-decoration:none; }This changes all the links, and i dont want to do that i just want to change the color of the navigation ONLY. Please Help!!!adding #nav a,#nav a:visited{color:#fffc05} to the bottom of the style should do the trick for you