Infobox with just a border

Hi,

Is it possible to make an info box have a border around it, but not a background color?

Thanks.

Comments

  • I just answered my own question. It IS possible. Here's what I did in case it helps anyone else. I had to make sure the type and links were no longer white, as that is my background and they did not show up at first.

    .infobox h3 { color: #1c447f !important; }
    .infobox ul li { color: #1c447f !important; }

    .infobox { background: none !important; }
    .infobox {
        padding: 0 0 20 20 !important;
    }
    .infobox {
        border-style: solid;
        border-width: 1px;
     border-color: #1c447f; }
    .infobox a:link {  color: #1c447f !important; }
    .infobox a:visited { color: #1c447f !important; }
    .infobox a:hover { color: #7f4e94 !important; }
  • Great! We are glad to see that you found it yourself :)
  • I want to Change the Icon (ul li) Color...where to put your Code?
  • Hi @FBaltes,

    please send us link to page/s where you would like to do above changes first so we can have a look on it and give you best possible solution.

    Thanks!
Sign In or Register to comment.