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. ![]()
-
Go to
/admin/customize/themes/
Customize β Themes -
Click the Components tab and then the Install button
-
On the popup window click Create new button and type the new component name.
-
Click Create button.
-
The component created. Now select Fully theme to activate it.

-
Click the Edit CSS/HTML button.

-
Paste the below code to the CSS section.

-
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.
