Change color announced web ?

Post Reply
User avatar
MeteoElMasnou
Observer
Observer
Posts: 26
Joined: Sat Feb 05, 2022 1:56 pm
Location: El Masnou / Catalunya
Station model: Davis Vantage Vue
Software: Weewx
Contact:

Change color announced web ?

Post by MeteoElMasnou » Thu Feb 17, 2022 5:16 pm

Hello
Does anyone know where to change the color of the Web announcement?

Image


Thanks

davidefa
Expert
Expert
Posts: 862
Joined: Tue Jan 12, 2021 8:03 am
Location: Italy
Station model: WH2650
Software: WH2650 (direct upload)
Contact:

Re: Change color announced web ?

Post by davidefa » Thu Feb 17, 2022 9:05 pm

In file css/main.php near line 195 you have ( for the first and second line of title ):

Code: Select all

	#title1{
		font-size: 3.5em!important;
		color: white!important;
	}
	#title2{
		font-size: 2.5em!important;
		color: white!important;
	}
Image

User avatar
MeteoElMasnou
Observer
Observer
Posts: 26
Joined: Sat Feb 05, 2022 1:56 pm
Location: El Masnou / Catalunya
Station model: Davis Vantage Vue
Software: Weewx
Contact:

Re: Change color announced web ?

Post by MeteoElMasnou » Thu Feb 17, 2022 9:24 pm

Thanks davidefa.

Post Reply