Change background colour

Change background colour

IgLeeIgLee Posts: 1Questions: 1Answers: 0
edited November 2023 in Free community support


Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem: Hi, how do i change the blue colored part into maroon for the Data Table bootstrap 5?? This is my code:

<main class="bg-info" style="background-color: maroon;" >
        <div class="container"style="background-color: maroon;">
            <div class="row justify-content-center"style="background-color: maroon;">
                <div class="col-lg-10 bg-light rounded my-2 py-2">
                    <h4 class="text-center text-dark pt-2">All PAPERS</h4>
                </div>
            </div>
        </div>
    </main>

Answers

  • kthorngrenkthorngren Posts: 21,083Questions: 26Answers: 4,908
    edited November 2023

    This doesn't seem to be a Datatables question (I don't see any Datatables code) but a general styling question. Stack Overflow is a better resource for general questions.

    A screenshot is not enough to answer the question. The page will need to be inspected to see what the blue area is to learn what is needed to change the styling. I would suggest starting by right clicking the blue area to see what the element is and experiment with changing its style. If you still need help then use Stack Overflow to post a link to a test case that replicates that part of the webpage so others can see what you have to offer suggestions.

    Kevin

Sign In or Register to comment.