How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Remove Review Button + Navigation Menu + Add Space between Table items on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13231
    BDD
    Participant

    Hi,

    As the title says, trying to:

    1. Remove the review button (Using table_list_v2)
    2. I’d like to remove the navigation menu below the header (home > page).
    3. Mobile table items are too close to one another, how do I add some space between each?

    Please help?

    Thank you.

    • This topic was modified 3 years ago by BDD.
    #13240
    admin
    Keymaster

    Hi!

    Please find my answers below:

    1.

    .table-s2 .item .item-row .col-rating .btn-read-more { display:none; }

    2. Because I’m not sure which header style you are using you can hide it with CSS like the example above.
    3. You can add margin bottom.

    .table-s2 .item { margin-bottom:20px; }
    #13292
    BDD
    Participant

    Great!

    1) About #2 – using header #4, can you please explain what to add exactly?
    2) Is it possible to remove the menu in the mobile version? remove completely.

    Thank you

    • This reply was modified 3 years ago by BDD.
    #13301
    admin
    Keymaster

    2) You can try the snippet below:

    .head-menu { display:none; }

    4) With the above snippet the button that toggles the mobile menu will be hidden so you will not be able to open the mobile menu.

    #13715
    BDD
    Participant

    Hi there,

    .head-menu { display:none; }

    It doesn’t work either on mobile or desktop, not hiding the navigation header.
    It does hide the mobile menu, which is OK.

    But how can I hide the navigation?

    Thank you

    #13753
    admin
    Keymaster

    Hi,

    Please send us your site as “private reply” in order to check your CSS and what exactly you want to achieve.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.