[Resolved] how to use background colors for different elements

Home Forums Support [Resolved] how to use background colors for different elements

Home Forums Support how to use background colors for different elements

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #943948
    David
    Staff
    Customer Support

    You would need to create a separate class e.g important-box-two then your HTML would look like this:

    <div class="important-box-two">
        My content here
    </div>

    And your CSS rule would begin with: .important-box-two {

    #943961
    Immi

    Thank you so much David Sir, really appreciate your help

    #944147
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.