Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #922431

    Hi, trying to change the border on the images. Im using this css and no matter what #colour I use it doesnt change the colour.

    .jbimageborder {
    border: 1px solid #79b949;
    padding: 3px;
    }

    any ideas?

    many thanks

    Dom

    #922742

    Hey Dom,

    Try to override it with !important:

    .jbimageborder {
    border: 1px solid #79b949 !important;
    padding: 3px;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.