Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    use the GenerateBlocks plugin, add a Container Block to the page, in that blocks Spacing give it some padding, and in the Colors set the background you want.
    Then add your shortcode inside the Container Block.

    Thread Starter Katie

    (@katieren)

    How can change the background color from the Customization’s Additional CSS (without using any plugin)?

    Hi @katieren,

    You can try such a code to alter the body color:

    body {
        background-color: #ff0000;
    }

    You can replace the color value with your preferred color value.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How To Change Shortcode Background Color’ is closed to new replies.