hello , i want this green border around my pic
therefor ive made a custom class
.fotorand {
border: 2px solid green;
padding:2px;
}
but whatever i do: the color is not showing. The rest of the styles yes (like border is showing , padding as well).
but not the color. (as you can see its a grey color, not green; if i use a hex color code: same thing).
how come?
best regards, jeel2008
Hey jelle,
Just add !important at the end to force it, try using this code:
.fotorand {
border: 2px solid green !important;
padding:2px;
}
Best regards,
Nikko
Great Nico, thanks!
you can close this ticket now…
best regards, jelle