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

custom css problems? #117

Open
cdevespa opened this issue Dec 12, 2017 · 1 comment
Open

custom css problems? #117

cdevespa opened this issue Dec 12, 2017 · 1 comment

Comments

@cdevespa
Copy link

I have added custom cssstyles ( size, color, font family) to my text but after refreshing the page it reverts back to default settings. I checked and each time the page reloads I get a different class id
for instance right now it is
span.textillate-hGZkd
all my customizations work, but when I publish and reload the class has changed to
span.textillate-ssQt6 and my customizations are irrelevant.
I am using WP, any Ideas as to how to fix this? could it be something im missing like permalink settings? thx

@phicedelic
Copy link

phicedelic commented Jan 12, 2018

Hi! I think I just found the solution to this:
You can change inline-css by using [style]. maybe somewhat like this:

span.word13[style]{font-style: italic !important;}

worked for me, I don't know too much about browser compatibility with [style] though

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