Delete the grid/list and search buttons
- The topic ‘Delete the grid/list and search buttons’ is closed to new replies.
Need help? Check out our Support site, then
Hello Ellen,
I know that this issue has been posted before but the code that you gave it’s not working for me and I cannot make disappear the search and grid buttons.
.grid-switcher,
search-wrap {display: none !important;}
Also I would like to be able to get the menu/header section all black and not white which is right now.
Thank you very much, I read and tried many codes on CSS and I cannot make it work.
The blog I need help with is: (visible only to logged in users)
Hi there,
so sorry, but there is a small error (the dot missing) in the above CSS code). Can you please try the following custom CSS:
.grid-switcher,
.search-wrap {display: none !important;}
Regarding the color changes, you would need to change a number of font colors as well. Therefore I can’t post the complete CSS customizations here. Maybe the following resource will help you to get started on custom CSS:
– https://en.support.wordpress.com/custom-design/editing-css/
– https://dailypost.wordpress.com/2013/07/25/css-selectors/
Best, Ellen