• Resolved wieand

    (@wieand)


    Each individual product page (at least in my theme, OceanWP), has buttons in the top right for navigating to the previous or next product page. I’d like to remove these buttons, but I’m not sure how.

    An example page is linked below, but this applies to all my product pages.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Joash

    (@joashrajin)

    Hi there @wieand ??

    Thanks for getting in touch with us ??

    I checked your Product Page out and those buttons are coming from OceeanWP: https://d.pr/i/CeUhzU

    In this case, it would be best to contact the developers behind OceanWP to find out if it can be disabled.

    Alternatively, if you want to use some Custom CSS, you can go to Appearance > Customize > Additional CSS and add:

    .owp-product-nav-wrap.clr {
        display: none;
    }

    If that does not work, then checking with the theme authors would be the way to go.

    I hope that this helps ??

    Thread Starter wieand

    (@wieand)

    Thanks for the tip, @joashrajin! That not only worked, but, as someone who hasn’t really worked with CSS before, it gave me some idea of how to come up with these kinds of modifications on my own.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Product Next/Previous Buttons’ is closed to new replies.