Hi,
you can cusomize all elements (view) with css styles. This styles are "stored" in the mvc.css file in mod_vvisit_counter folder.
First:
you should create your own css file.
Thus, copy mvc.css to e.g. mymvc.css .
Then:
to make your font bold ( and make it like or other fonts ) , append the red lines.
div.mvc_main {
width: 100%;
text-align: center;
font-weight:bold;
color: #000000;
font-family: 'arial black', 'avant garde';
font-size: 12pt;}
After that:
go to counter configuration an choose the mymvc.css File ( second parameter ) as your CSS-File.
OR:
i have fastly done it for you. You must only extract the zip-file and then Upload on your server and choose mymvc.css in counter-config.
Dateikommentar: CSS for VRY6
mymvc.zip [1.13 KiB]
576-mal heruntergeladen
I hope that helps.
Greetings
Micha