background dimensions
-
I want to create a backgraund in another program and add it on my site but I want it to fit perfectly. What are the dimentions I need for my background ?
Depends what background your looking at? Is it an image? Or is it a color/pattern /gradient you can tile X, Y?
Mod
I want it to fit perfectly
Read this:
https://forum.graphene-theme.com/graphene-support/background-image-dimension
and possibly this:
Kenneth:
I am thinking of 2 colour background not gradient……white on top and then change to another. Maybe blue, not sure. I want it white on top and then change it maybe after the menu bar.
Is there a hex code if I want to have a transparent widget background? or a css code?
Go here for CSS Color Values http://www.w3schools.com/cssref/css_colorsfull.asp
Transparent is just see through you can put
transparent
, what are you trying to accomplish?Mod
I am thinking of 2 colour background not gradient……white on top and then change to another. Maybe blue, not sure. I want it white on top and then change it maybe after the menu bar.
Two things:
1) You can achieve a gradient using pure CSS. Google “css gradient generator” to find several. I like:
http://www.colorzilla.com/gradient-editor/
and
2) Just because it’s a gradient doesn’t mean it’s a gradient: you can go from one color to another with little or no blending of colors in between.
This may be the easier way for you to go.
thank you Kenneth. I tried the colorzilla one and it gave me a css code. What next? Where do I place it?
Mod
If you are not using a child theme, go to Graphene Options >> Display Options >> Custom CSS (way at the bottom) and enter:
body {
background: code
;}Substitute the code they gave you for “code”
thank you so much Kenneth. You were right. I was trying to figure it out by myself but didn’t work. Gee, I will never learn CSS……pfu
Viewing 10 posts - 1 through 10 (of 12 total)
- 1
- 2
- You must be logged in to reply to this topic.