Time Colour Change in PWS Blocks

Hi all
im trying to change the time on the blocks and have gone through most of the CSS, changing items with no luck.
Does anyone know where the value to change the colour of the time only is in the image below

image.
I know WIM will know

Thanks
Steve

Script: PWS_index2.php
On-line color line 36
$clr_online = 'green';


Off-line (to old data) color line 35
$clr_offline = '#ff8841';

For off-line there are extra settings for “user-theme”
Standard in ./_my_settings/user_theme.txt
But also in line 57 of PWS_index2.php if no user-theme file is found
$clr_offline = '#f37867';}

Succes,
Wim

2 Likes

Thanks for that WIM.
I knew you would no were.
many thanks
Steve

Im using index 3 not 2 sorry

Support for 2012_lts is available.
No support for an illegal and heavily modified beta-version

Why?

  1. In conflict with the beta-test conditions
  2. you decided to use the beta for production
  3. you introduced at least 52 html errors
  4. and a fatal error as you have two body tags in your html
    which stops further html checking

The flexible size functions and phone support are gone.

https://validator.w3.org/nu/?doc=https://www.hytheweather.co.uk/index.php

If you could first remove the errors and warnings I will take a look to your color “problem”

1 Like