L
L
lleballex2020-07-02 15:38:19
HTML
lleballex, 2020-07-02 15:38:19

How to make WordPress not change the code?

Why, when I insert code into a WP html site, it adds its own styles to it, removes mine, removes many attributes, throws out the script. How to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
cython, 2020-07-02
@lleballex

try adding !important to the end of the styles.
Example:

div {
  color: #fff !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question