Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1209118

    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

    • This topic was modified 4 years, 6 months ago by yampieters.
    #1209188

    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

    #1209240

    Great Nico, thanks!
    you can close this ticket now…
    best regards, jelle

    #1209397

    Hi,

    Great, I’m glad that Nikko could help you out and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘border is not giving color’ is closed to new replies.