• Resolved chaazaam

    (@chaazaam)


    Hello everyone! I’m exploring full site editing in WordPress and have started designing a 100% Gutenberg site, with Twenty Twenty three. While testing the predefined style, “Murmur”, I found the light border around the page quite nice… But I’m looking in vain for a place to adjust this setting… Does a good soul in the forum have the answer to this question?

Viewing 5 replies - 1 through 5 (of 5 total)
  • thelmachido a11n

    (@thelmachido)

    While testing the predefined style, “Murmur”, I found the light border around the page quite nice

    Hi @chaazaam are you able to provide a link to the page you are working on?

    Thread Starter chaazaam

    (@chaazaam)

    Hello, thank you for your attention to my question ?? You can see it here for example : https://dev.kitcreanet.fr/ the page template is the “default” one.

    Alvaro Gómez

    (@mrfoxtalbot)

    Hi @chaazaam, thank you for the link. That white border in the Murmur (Whisper in English) is in fact is part of your <body> tag so I do not think there is a way to remove it using the Site Editor itself, but you can add this line if custom CSS code if you want to remove it:

    body {
      border-width: 0;
    }

    To can access the CSS editor in the Customizer https://dev.kitcreanet.fr/wp-admin/customize.php

    Please let me know if that helps ??

    Thread Starter chaazaam

    (@chaazaam)

    OK ! it was in the BODY tag !!!! Directly in the theme files ! Thanks for this info. A big thank you for your efficient answer !

    thelmachido a11n

    (@thelmachido)

    I am glad that was resolved, if you have any questions feel free to open a new issue

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where does this border come from ???’ is closed to new replies.