• Resolved Juan Pablo

    (@jupa8)


    Hi, thanks for plugin, is very complete.

    I’m working in a blak site, so in my theme.json I have configured this

    "styles": {
        "color": {
          "background": "#000",
          "text": "#FFF"
        }
    }

    Above code make this

    But when I active your plugin, colors are changed:

    Can I avoid this? The problem is only in backend. I want my website black in front and backend

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author kubiq

    (@kubiq)

    Hello,

    I’m not able to replicate your issue in the backend in the editor – i changed theme.json in default twentytwentythree theme and it works https://i.imgur.com/VgGUXt4.png

    But you’re right about the frontend – there is bootstrap.min.css loaded later than inlined styles from the theme, so it overrides it.
    I could solve this easily by changing the priority, but this will affect also other users of my plugin, so I will actually need to create some option in admin to change the priority if you need this…

    But I have no idea why it’s not working for you in the editor… and we should somehow solve this… can you replicate this issue in the sandbox or can you write me exact steps how to replicate this?

Viewing 1 replies (of 1 total)
  • The topic ‘Editors styles replaced’ is closed to new replies.