Viewing 1 replies (of 1 total)
  • Plugin Author Aki Hamano

    (@wildworks)

    Hi @bang2022,

    There is no option to change the background color, and I have no plans to add this feature at this time.

    However, it is possible to change it with the following CSS:

    /* normal space background color */
    .fsb-flexible-spacer.is-selected .components-resizable-box__container,
    .fsb-flexible-spacer--is-show-block .components-resizable-box__container {
        background: #f0f0f0;
    }
    
    /* negative space background color */
    .fsb-flexible-spacer.is-selected .components-resizable-box__container.is-negative,
    .fsb-flexible-spacer--is-show-block .components-resizable-box__container.is-negative {
        background: #f6b9b9;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Background color’ is closed to new replies.