Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #333442

    Hi again, sorry on a bit of a problem roll here. I’d like to remove the side bar from the 404 page, how can I do this?

    Thanks in advance and sorry for the three requests today.

    Silvio

    #333577

    Hi silviouk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .error404 .sidebar {
    display: none!important;
    }
    .error404 .content {
    width: 100%!important;
    border: none!important;
    }

    Cheers!
    Yigit

    #333756

    Thanks, that worked! You guys rock.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘REMOVE SIDE BAR FROM 404 PAGE’ is closed to new replies.