Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
172 views

1 Answer

0 votes
by
edited by

Edit:

One of your plugins is adding those inline styles, you'll just have to figure out which one.

Follow these steps but instead of removing plugins, disable them one by one to see which one is causing that, once you figure it out, you can go from there.


Looks like you've already customized it to be:

hr {
     border-top: 2px dashed #000;
}

Now you just have to tweak it.

The original one already is somewhat of a border 1px solid.
Here´s an example:


by
I didn't change it,
Still it is present as like as original. as like as you given the link.
but in website it's dashed.
by
One of your plugins is adding those inline styles, you'll just have to figure out which one.

Follow these steps (https://question2answer.org/qa/113635/how-to-debug-narrow-down-plugin-conflicts?show=113636#a113636) but instead of removing plugins, disable them one by one to see which one is causing that, once you figure it out, you can go from there.
by
Thanks, I solved this. The problem was in one of my plugins.
...