Page 1 of 1

Change color announced web ?

Posted: Thu Feb 17, 2022 5:16 pm
by MeteoElMasnou
Hello
Does anyone know where to change the color of the Web announcement?

Image


Thanks

Re: Change color announced web ?

Posted: Thu Feb 17, 2022 9:05 pm
by davidefa
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;
	}

Re: Change color announced web ?

Posted: Thu Feb 17, 2022 9:24 pm
by MeteoElMasnou
Thanks davidefa.