Need some help with wordpress theme

Joined
Oct 29, 2013
Messages
23
Reaction score
3
I am looking for a one page theme with content black/grey background 40-70% transparent(you can see the background image) and a fully transparent header in which you can add transparent images... Does anyone have any idea where i can find it? Kinda new to wordpress so any tips and advices you can give me are welcome!
 
You can do this in any theme dude. Just make a semi transparent .png in Photoshop.

Next, set the background of your header and content using css.

It will look something like:

Code:
.content {
background-image: url('transparent-image.png');
background-repeat: repeat;
}
.header {
background-image: url('header-image.jpg');
}
 
Thank you for your reply, but can't seem to find what you are refering to in my css. I will send you my s k yp e in pm if you want to help me out add me, I will be very thankful!
 
<sk y pe removed from this post>
 
Last edited:
You should ind a lot of this type of provider on fiverr so try there if you want to save $
 
You can do it with genesis framework! I think it stands in your demands! You can also add a child theme in it to have more features!
 
Back
Top