Hi,
how can i set the body to transparent?
In theme settings you can only set colors.
Tried to edit the style.css and optionstyles.css,
but nothing works. Its always overwritten by the optionstyles.php.
Any idea?
Hi,
how can i set the body to transparent?
In theme settings you can only set colors.
Tried to edit the style.css and optionstyles.css,
but nothing works. Its always overwritten by the optionstyles.php.
Any idea?
there's no point editing optionstyles.css, that's the cache overwritten every time you save the theme settings (when you have cache enabled).
For customizations I suggest to use a child theme. It's not hard, just go for it, you will never regret it! And use Firebug to find what to style. Set the opacity to the #container div, makes no sense to set it to the body.
Well a child theme is no real option, because the site is nearly finished.
Its only that one point.
The reason why transparent body makes sense is, because i got to backgrounds, one in the body tag and one in the html tag.
When i deactivate the folowing css rule
body {
background-color: white;
}
with firebug the page looks just right.
Isnt there a way i can just delete the background color option from the theme settings, so that it is only set by the styles.css?
it is, edit the optionstylesgen.php (library/css). search for the body tag.
thx man,
that solved it ;)
You must log in to post.