Completely remove elements

edited June 2018 in Theme Options
Hi,

I noticed when I turn off some elements they are not removed from the outer HTML code, but they are set to display: none; CSS property.
For example: if I turn off Love Box it sets this CSS:

.hide-love .button-love {
    display: none!important;
}

How can I get rid of this elements which I do not use, but they persist in the code?

Thank you!

Comments

Sign In or Register to comment.