The “All” is not a category. It’s your “Posts page”, or the index page that displays all your blog posts.
You can hide the “All” (Wszystkie) from the menu with the following custom CSS code (put it in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS):
.razzi-posts__taxs-list ul li:first-child {
display: none;
}
Kindly try it and let me know how it goes!
Thank you !!! Okay hid 😉 Thank you beautifully 🙂
do you know maybe how to make a change to make the blog page display by default posts from the selected custom category ?
do you know maybe how to make a change to make the blog page display by default posts from the selected custom category ?
You’ll have to link to that category’s own URL in the main menu.
You’ll need to go to APPEARANCE => MENUS, and add one or both categories to the main menu.
Note that you can edit the menu text/label… so you can label the new me “Car sales” but still have it link to the “Current” category to display that category by default.
great thank you, actually I didn’t think to do it in such a trivial way 😉
And maybe you have an idea to make the “Car Sales” page display the description in the same way as it is on the main page ?
And maybe you have an idea to make the “Car Sales” page display the description in the same way as it is on the main page ?
Unfortunately, I dodn’t have a quick fix for this 😀
The only hint I can see is that…
The descriptions (excerpts) on the homepage are from the Elementor plugin’s excerpts feature, whereas the ones on the category pages are the default WordPress auto-generated excerpts inserted by your active theme.
So, perhaps, the solution might be found in figuring out how to use the Elementor plugin’s excerpts on all archive pages on the site (Category archives, Date archives, Tag archives, search results, etc)… not just on the homepage.
I’m not really familiar with the Elementor plugin, so I’m useless here. The good news is you’re using Elementor PRO, which should give you direct support from the plugin’s vendor. So I’ll recommend you log in to the Elementor.com portal and open a support ticket so the plugin’s support team can guide you: https://my.elementor.com/
Good luck!