Quick note please mark as installed if you havent already thanks.
Quote:
Originally Posted by rooban12
|
I don't see the license plate on this page?
Do you have a page where it is active?
Quote:
Also, please tell me how can I change the font colour.
Thanks
|
In the css the you change the color from black to what ever you like you can also use hex color codes. #000000 etc... or Red, white, black etc
Code:
div.jdm_plate{
height:66px;
}
div.jdm_plate p {
padding-top: 25px;
margin: 0 auto;
font-size:24px;
text-transform:uppercase;
color:black;
}