• Resolved charlie67p

    (@charlie67p)


    Hi,

    There is a strange behaviour for all MF Block I use in my page templates.
    They all have by default this inline style :

    .wp-block-mfb-meta-field-block {
      text-transform: uppercase;
    }

    Of course I managed to override this Style adding a text-transform:none in my style.css file , but it’s very strange. And the Uppercase is still applying in the backend ( when I open a template in the WP Editor ).

    Don’t know how it started. I had applied an Uppercase on 1 MF Block inline style. But I don’t understand how it became a default style for every new MF Block I add to my template.



    Thanks for help

    • This topic was modified 9 months ago by charlie67p.
    • This topic was modified 9 months ago by charlie67p.
Viewing 1 replies (of 1 total)
  • Thread Starter charlie67p

    (@charlie67p)

    hey sorry ! I found I had this in my theme.json (don’t even know why).
    I fixed it

    mfb/meta-field-block{
    "typography": {
    "textTransform":"uppercase"
    }
    }
    • This reply was modified 9 months ago by charlie67p.
Viewing 1 replies (of 1 total)
  • The topic ‘Can’t get rid of inline Css applying to all new MFB’ is closed to new replies.