accommodation page navigation

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

    Hello,

    When I go to a accomodation page (Standard Single Room for example) there is navigation at the bottom, previous and next. Can I remove that navigation?

    Kind regards,
    Thierry

    #1705926

    Hello Thierry,

    You may hide it via CSS, e.g. by adding the following code under Appearance >Customize >Additional CSS:

    .single-mphb_room_type .post-navigation-wrapper {
    	display: none;
    }

    Best regards,
    Andre Flores

    #1706224

    Hi Andre,

    Works like a charm. Many thanks!
    Is there any way I could have find this out on my own? Or do you have to know the code, like “.post-navigation-wrapper”?

    Cheers,
    Thierry

    #1707552

    Hi Thierry,
    You can use the browser inspector tool to find the class of the needed element and apply custom CSS styles. You can search for posts that explain how to inspect the elements on the pages to find the names of the classes.

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