Remove inline styling
-
Hi,
Thank you for this great plugin.
I have dequeue the styles that I don’t need as I’m only using the assets on 2 pages Login / Register.
However, I need to keep 1 enable in all the pages because if it’s not loaded the form appears at the bottom of the page everywhere. The style that I had to keep everywhere is:
/wp-content/plugins/easy-login-woocommerce/assets/css/xoo-el-style.css
This one also loads inline:
/plugins/easy-login-woocommerce/assets/images/popup-sidebar.png
As seen in the page source:
<style id=’xoo-el-style-inline-css’>
button.xoo-el-action-btn{
background-color: #e32c26;
color: #fff;
}
.xoo-el-inmodal{
max-width: 800px;
max-height: 600px;
}
.xoo-el-sidebar{
background-image: url(https://loquevendes.com/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.png); < =========
min-width: 40%;
}How can I remove this style .xoo-el-sidebar to be loaded everywhere and that png? I tried with css to use the following but it didn’t work, also I prefer to use functions.php if possible.
.xoo-el-sidebar{
display:none !important;
}Thank you,
Best RegardsThe page I need help with: [log in to see the link]
- The topic ‘Remove inline styling’ is closed to new replies.