-
AuthorPosts
-
January 21, 2016 at 5:33 pm #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 eveningJanuary 21, 2016 at 5:34 pm #569506Hi 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,
YigitJanuary 21, 2016 at 5:39 pm #569510Thank 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
January 21, 2016 at 5:52 pm #569516Hi!
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,
YigitJanuary 21, 2016 at 6:04 pm #569528Thank 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 workthank you
January 21, 2016 at 6:06 pm #569530January 21, 2016 at 6:16 pm #569537hi!
yes of course
thank you
January 21, 2016 at 6:25 pm #569542Hey!
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, 10 months ago by Yigit.
January 21, 2016 at 6:29 pm #569544Thanks
but i’m speaking about posts in bottom
on the screenshot:
Envie de parcourir plutôt nos actualités ?
Populaire – Récent – CommentairesWhat can i do for deleting this?
Thank you
January 22, 2016 at 8:56 am #569818Hi,
Please try the following as well:
.error404 .avia_combo_widget, .error404 h3 { display:none !important; }
Best regards,
RikardJanuary 22, 2016 at 9:35 am #569839Good morning,
Thank you very much.
It works!Have a nice day
Best regardsJanuary 25, 2016 at 4:36 am #571029 -
AuthorPosts
- You must be logged in to reply to this topic.