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

Changing the colour of the content #807

Closed
jam1974 opened this issue Sep 14, 2024 · 9 comments · Fixed by #795
Closed

Changing the colour of the content #807

jam1974 opened this issue Sep 14, 2024 · 9 comments · Fixed by #795
Labels
bug Something isn't working
Milestone

Comments

@jam1974
Copy link

jam1974 commented Sep 14, 2024

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.

@sonvnn
Copy link
Member

sonvnn commented Sep 15, 2024

@jam1974 I tested Text widget again on my localhost and it still works.
Screen Shot 2024-09-15 at 17 44 39

@sonvnn
Copy link
Member

sonvnn commented Sep 16, 2024

@jam1974 Can you give me your url? I can help you check in debug. It still work normally on my site.

@jam1974
Copy link
Author

jam1974 commented Sep 16, 2024

@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.

@sonvnn
Copy link
Member

sonvnn commented Sep 17, 2024

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?

@jam1974
Copy link
Author

jam1974 commented Sep 17, 2024

@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.

@sonvnn
Copy link
Member

sonvnn commented Sep 18, 2024

@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.

@jam1974
Copy link
Author

jam1974 commented Sep 18, 2024

@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.

werksarzt2

@sonvnn sonvnn added the bug Something isn't working label Sep 19, 2024
@sonvnn sonvnn added this to the Version 3.1.4 milestone Sep 19, 2024
@sonvnn sonvnn linked a pull request Sep 19, 2024 that will close this issue
@sonvnn
Copy link
Member

sonvnn commented Sep 19, 2024

@jam1974 Ah I found it. Because h2 style was overrided. I fixed this issue at 7dfa264

Please help me download v3-branch and re-test it.

Thanks & Best Regards,
Sonny

@jam1974
Copy link
Author

jam1974 commented Sep 20, 2024

@sonvnn Yes error is fixed. Thanks, good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants