• Resolved knownuser32

    (@knownuser32)


    Hi, I’m looking to remove or change the navigation arrow symbol from my site menu which is running on the free version of OceanWP. I’ve seen a lot of other posts discuss it and the CSS to go about removing it however none have worked as intended. CSS level – beginner.

    View post on imgur.com

Viewing 1 replies (of 1 total)
  • Thread Starter knownuser32

    (@knownuser32)

    Turns out it was an issue with the inspector displaying mobile code instead of desktop code for the website, and once I figured that out I was able to locate the specific line of CSS I needed to modify. For anyone else seeking to remove the OceanWP Nav or Indicator Arrow use the following code:

    #site-navigation-wrap .dropdown-menu>li>a .nav-arrow {
    display: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Remove Submenu Navigation Arrow’ is closed to new replies.