Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #569505

    Good afternoon,

    I would like to how could I delete the sidebar and recent articles at the bottom?
    All my website has no sidebar, and I set up parameters no sidebar but the error404 page has one.
    it’s the same thing for the search page.

    Thank you
    Have a nice evening

    #569506

    Hi Endress!

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

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

    Best regards,
    Yigit

    #569510

    Thank you that’s a part of my problem :-)

    i add the same for search?

    Styling tab
    .search.php main {
        width: 100%!important;
        border: none;
    }
    .search.php .sidebar {
        display: none!important;
    } 

    and for the artciles ? they are still here

    thank you for your help

    #569516

    Hi!

    For search please use following

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

    For your posts, you can simply edit them and choose not to display sidebar under Layout Section or in Enfold theme options > Sidebar Settings

    Best regards,
    Yigit

    #569528

    Thank you for the sidebar, it works.
    but the recent posts still appear.
    I have already chosen to not display them under Layout section.
    it doesn’t work

    thank you

    #569530

    Hi!

    Can you please post the link to an example page?

    Cheers!
    Yigit

    #569537

    hi!
    yes of course
    example

    thank you

    #569542

    Hey!

    If you would not like to display sidebars at all, please use following code

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

    If that too does not help, please create at temporary admin login and post it here privately.

    Best regards,
    Yigit

    • This reply was modified 8 years, 3 months ago by Yigit.
    #569544

    Thanks

    but i’m speaking about posts in bottom
    on the screenshot:
    Envie de parcourir plutôt nos actualités ?
    Populaire – Récent – Commentaires

    What can i do for deleting this?

    Thank you

    #569818

    Hi,

    Please try the following as well:

    .error404 .avia_combo_widget, .error404 h3 {
    display:none !important;
    }
    

    Best regards,
    Rikard

    #569839

    Good morning,

    Thank you very much.
    It works!

    Have a nice day
    Best regards

    #571029

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.