Answer the question
In order to leave comments, you need to log in
How to remove styles in body?
Good afternoon! Faced such a problem, on the site for solving a specific problem, the styles written in the body tag are not clear from where
<body style="z-index: 1; position: relative;" class="home page page-id-5 page-template page-template-pagecopy1-php logged-in admin-bar single-author customize-support">
style="z-index: 1; position: relative;"
Answer the question
In order to leave comments, you need to log in
you can remove them if you find the code that is responsible for the fact that they are located there.
You can solve the problem so that they do not work like this, for example:
.home {
z-index: 0!important;
position:static;!important;
... и так далее отрицание всего, что прописано
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question