color boxes

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13850
    mfickler
    Customer

      this code <div class=”black-box”>This is a Note box.</div> does not work for me. The color is not displayed.

      #13861
      scooby
      Customer

        Do you have a link where this is taking place? I can check and see what the issue is.

        #13875
        mfickler
        Customer

          http://oldspartanfitness.com/test-2/
          the text “this is a note box” should be a black box

          #13880
          scooby
          Customer

            Seems to be working. You added a black box and it’s showing up as a black box. Did you already get it fixed?

            #13881
            mfickler
            Customer

              it doesn’t appear to be working when I look at it. I can see all other types of boxes (download, info, etc) display correctly but the note box colors do not show.

              #13887
              Wes
              Moderator

                @mfickler The notebox is working, if you look at your first box you have it showing up properly – http://i.imgur.com/H8DWRCX.png

                Your second box is setup with the black box code, but you have the words “This is a Note box.” added inside which is probably what is making it look confusing – http://i.imgur.com/uFfYOt3.png

                If you look at your code, the first box shows this –

                <div class="note-box">

                While the second box (in black) shows this –

                <div class="black-box">

                The second box is supposed to be black since you added the “black-box” code but you added "This is a Note box." as the text. Let me know if you have any questions.

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