I wonder, is there an easy way to change the transparency / opacity of the tiles? I have a lovely background image, and I think I would like to bring the opacity down so the image is more visable?
PWS_index2.php, line 38 affects lines 40-75 or thereby. Note colours have to be in rgba format or opacity changes affect the text, too.
Could you give us the URL of your site so we can see the results? (Preferably add it to your profile!)
That is the solution, to start with.
This image shows what is happening if you modify it from 0.9 to 0.2
You also have to change the colours for the header and footer.
That definition is on line 70
$clr_mnbg = '#393D40'; /* bckground menu/header */
It should be converted to rgba
$clr_mnbg ='rgba(36,38,43,'.$clr_trans.')';
@ ALL
Support is far easier if one inserts its website URL in every post
Add it to your avatar, the URL is more important than the look of the avatar itself.
Also include the full link to a page when you have a question about a specific block.
A screenshot also will help as A picture is worth a thousand words
@ ALL
If you have a recent version of PWS_Dashboard, check your ?theme=user version, that already has a transparency of 0.4
And it has a better readable top-line in each block.
Thank you kindly that fixed the problem at Irvine, Scotland Home Weather Station (wd version)
Decided to try a background image to user/station theme myself
But I turned it off. . . I can’t stand the way the image jumps about when I open a popup and the scroll bars disappear.