Archived topic
Global Style
1 reply · Started by Andrew on October 21, 2021
If I update a background color in a container that I have set as a Global Style In GB will it update across the entire website? Im hoping so. I added a white to it, built a bunch of pages and went back and changed it under global styles to #fcfcfc but I can still see the white color? It's a real minor difference but was hoping to not have to go back over them all . I know I could write the following css and it would apply globally, was just trying to understand if the global styles are supposed to update and if so what I might have done wrong?
.gb-container-d9460190 > .gb-inside-container {
background-color:#ffffff;
}
If I update a background color in a container that I have set as a Global Style In GB will it update across the entire website?
Yes, it should. But on the page you linked, this container doesn't seem to be using global style. If a container is using global style, there should be 3 CSS classes not 2.
https://www.screencast.com/t/7Adz7G7Wjl0u
And for GenerateBlocks related question in the future, can you open a support topic in Generateblocks’ support system?
Free: https://wordpress.org/support/plugin/generateblocks/
Pro: https://generateblocks.com/support/
The answer should be useful for other users as well :)