Page title, mobile product type
-
Hello,
1) I wanted the page title only on the shop page but it is showing everywhere else too. How do I remove it from every other place?
2) In my mobile view of the website the products are showing in grid. How do I make them in list form with smaller icons ?
Hello,
The page title is set globally in the Theme Settings and disabled locally in each page https://xtemos.com/docs/woodmart/options-for-pages/
It is not possible to show a grid on the desktop and a list on mobile. Please check the avaliable settings in the Theme Settings > Shop > Product grid and Product style.
Best Regards
I am using this code to hide the page titles from all the other pages. It wont cause any harm right ?
.page-title.page-title-default.title-size-small.title-design-centered.color-scheme-light.title-blog
{
display:none;
}
.entry-title
{
display:none;
}
Hello,
This code would remove the title from all the pages, including those ones you want to have with the title.
Best Regards