Applying styles to mainTemplate

Hello everybody,

I tryed to apply styles to menubar and text elements inside the mainTemplate but nothins happens.


Why? How is it possible to change default styles of mainTemplate.


Following the source code.


Thank you for the help,

Andrea


<document>

<head>

<style>

.customText {

tv-text-style: none;

color: red;

font-size: 40px;

font-weight: bold;

}

</style>

</head>

<mainTemplate>

<background>

<img src="https://www.ilaquila.it/ilaquilaTV/images/laquila1920x1080" />

</background>

<menuBar>

<section>

<menuItem selectTargetURL="templates/historyTemplate.xml">

<title class="customText">LA STORIA</title>

</menuItem>

<menuItem>

<title style="color:rgb(35,142,35);">IMMAGINI</title>

</menuItem>

<menuItem>

<title style="color:rgb(35,142,35);">NOTIZIE</title>

</menuItem>

<menuItem>

<title style="color:rgb(35,142,35);">CREDITS</title>

</menuItem>

</section>

</menuBar>

</mainTemplate>

</document>