Home Forums WoodMart support forum Page title, mobile product type

Page title, mobile product type

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #118753

    Nagendra
    Participant

    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 ?

    #118762

    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

    #118765

    Nagendra
    Participant

    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;
    }

    #118772

    Hello,

    This code would remove the title from all the pages, including those ones you want to have with the title.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)