Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit @element.style #41

Open
aPeukert opened this issue May 27, 2015 · 1 comment
Open

Edit @element.style #41

aPeukert opened this issue May 27, 2015 · 1 comment

Comments

@aPeukert
Copy link

Hello There,

where can I edit the @element.style in CSS?

I can't find them in the stylesheet files.

Regards aPeukert

@islanddog
Copy link

element.style means that the CSS is inline -- coded in the HTML of that element. So you'll need to either find the relevant inline CSS or use external CSS that will override the internal (i.e. using !important or more specific selectors).

I utilized Visual Composer and embedded my own CSS into each post:

div[style] {
background: transparent !important;
}

I wanted to make the background for the plugin not visible so I could utilize another plugin to scroll backgrounds. This was successful for me. Best of luck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants