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

    I create this snippet in quick CSS but the border color won’t override the theme’s main content Border color. Can you kindly advise what I may be missing?

    .mmborder {
    border-width: 3px;
    border-color: #a16d8f;
    border-style: solid;
    padding: 5px;
    border-radius: 0px;
    !important}

    Thanks
    Mike

    #499723

    Hi msmazza,

    Please try the following instead:

    .mmborder {
    border-width: 3px !important;
    border-color: #a16d8f !important;
    border-style: solid !important;
    padding: 5px !important;
    border-radius: 0px !important;
    }

    Regards,
    Rikard

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