Thanks for the help guys. I was trying to add CSS something like
`white-bg{
background: rgba(0,0,0,0) !important;
}`
but it was coming after/being overwritten by what was already there. So I ended up just adding !important onto the line to make it take priority. Unsure if that’s exactly how I should’ve gone for it but it seems to work for now.
I couldn’t find a theme.json file to edit but it did let me learn a bit more about this so thanks.
As far as editing in the additional CSS, that’s a good idea and what I’m doing now for more of my edits but I could not select this element for the life of me. It did help with further changes though so thanks.
-
This reply was modified 3 years, 8 months ago by combatturtie.
-
This reply was modified 3 years, 8 months ago by combatturtie. Reason: making the code block work