Fully Theme

Hello, You can change that section separately from sidebar with CSS.

For this, you need to create a new component or add to an existing one. :slightly_smiling_face:

  1. Go to /admin/customize/themes/
    Customize β†’ Themes

  2. Click the Components tab and then the Install button

  3. On the popup window click Create new button and type the new component name.

  4. Click Create button.

  5. The component created. Now select Fully theme to activate it.
    Screenshot 2023-10-07 at 12.59.18

  6. Click the Edit CSS/HTML button.
    Screenshot 2023-10-07 at 13.01.24

  7. Paste the below code to the CSS section.
    Screenshot 2023-10-07 at 13.09.46

  8. Don’t forget to save it with the Save button at the bottom.

.desktop-view .has-sidebar-page .d-header-wrap::before {
  background: transparent;
  border-right: none;
}

If you want to keep the right side border then remove that line from code.

6 Likes