Viewing 3 posts - 21 through 23 (of 23 total)
  • Author
    Posts
  • #94986
    Mahesh
    Keymaster

    @smoothiechode: To avoid displaying header image in product page, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .single-product #header-featured-image {
        display: none;
    }

    Page navigation is ordered by date so, for page navigation order, you have to change the publish date.

    Regards,
    Mahesh

    #95015
    smoothiechode
    Participant

    Thank you, that worked 🙂

    Did you manage to find out how to correct the page.php file?

    #95020
    Mahesh
    Keymaster

    @smoothiechode: Sorry, for that I guess you’ll need to hire a customizer for that as this beyond theme support scope. One simple option is as I mentioned above to change the published date.

    Regards,
    Mahesh

Viewing 3 posts - 21 through 23 (of 23 total)
  • The topic ‘Next and Previous page navigation links at the top and bottom of each page’ is closed to new replies.