Home Forums Basel support forum Remove Blog Reply To: Remove Blog

#34307

Artem Temos
Keymaster

Hello,

Thank you for contacting us.

You can change the home page to some other page in Dashboard -> Settings -> Reading.

Try to add the following code snippet to the Custom CSS area in Theme Settings to remove the borders

.navigation-wrap, .page-title {
    border: none;
}

Regards