Home Forums Basel support forum Removing Blog bar

Removing Blog bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #70695

    nickvisseren
    Participant

    Hello,

    Can anyone tell me how i remove the Blog bar on my homepage?

    #70707

    Hello,

    Do you mean the sidebar? If so, enter homepage editing mode and disable sidebar http://prntscr.com/kdumf5

    Best Regards

    #70709

    nickvisseren
    Participant

    see picture

    Attachments:
    You must be logged in to view attached files.
    #70777

    Hello,

    You can disable the page title, in this case, “Blog” would be hidden together with the black block. The page title is disabled in page editing mode.

    The word “Blog” can be removed with custom CSS. Add this code to the page setting http://prntscr.com/kdxitd

    .entry-title{
    display:none;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)