-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Changing the colour of the content #807
Comments
@jam1974 I tested Text widget again on my localhost and it still works. |
@jam1974 Can you give me your url? I can help you check in debug. It still work normally on my site. |
@sonvnn Okay, I have something new. If I assign the h2 property to the text, the colour does not work. The text without the h2 property works. Try this out. |
I guess you are having some issues with css conflicts. You should try using chrome or firefox to debug and see if there is any css affecting your elements? |
@sonvnn I don't find any conflict. The problem is that h2 is the last statement for the section and therefore overwrites the statement from the dic. |
@jam1974 It would be easier if you could provide a link so I can check it. It's hard to check a problem just by imagining it. |
@sonvnn Please try the following: On your installation of the image above, give the demo text ‘Lorem ipsum’ the property h2 via the editor and then take a look at the problem with the colour. |
@sonvnn Yes error is fixed. Thanks, good work! |
Changing the colour of the content in the text widget does not work. Changing the colours for the heading works perfectly.
Testing with 3.1.3. and 3.1.4RC.
The text was updated successfully, but these errors were encountered: