milo695 Posted March 8, 2021 Share Posted March 8, 2021 Hello, I've added a class in ProcessPageEditLink but when I call it from Editor (attributes > class) nothing happens. Also, I've created the class in my custom.css, is there any other css file this class needs to be in? thanks Link to comment Share on other sites More sharing options...
BitPoet Posted March 9, 2021 Share Posted March 9, 2021 Does custom.css mean you have set the path to a custom CSS file in your field's CKEditor settings? If yes, that should be all that is necessary to see it in the backend. If the class isn't applied, use the browser's developer console to make sure the path is correct and PW isn't pulling an old version of the css from the cache. Link to comment Share on other sites More sharing options...
milo695 Posted March 9, 2021 Author Share Posted March 9, 2021 1 hour ago, BitPoet said: Does custom.css mean you have set the path to a custom CSS file in your field's CKEditor settings? If yes, that should be all that is necessary to see it in the backend. If the class isn't applied, use the browser's developer console to make sure the path is correct and PW isn't pulling an old version of the css from the cache. Thank you again, It was my bad - it was pulling old cache, it's all working now! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now