• Hi everybody,

    we are having an issue with our meta bar menu (top bar). We try to change the link and text on the right side (see picture below), but cannot find any setting to access this menu and change it. As per our customizer it should be part of the locations menu but I can only edit the locations (left half of the menu). Any idea how we can edit this menu properly or any idea where on the server we could alternatively edit it?

    Picture & HTML

    Thanks in advance!
    Niclas

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Sorry for the slow reply. You could hide the right hand link with CSS (added to Additional CSS customizer section)

    .meta-bar > a {
        display: none;
    }

    And disguise the pipe character | by coloring it black:

    .meta-bar {
        color: black;
    }

    Not an ideal solution, but a solution none the less. To properly remove the link, you should ask in the dedicated support forum of whatever module is responsible for the meta bar. Would that be your theme? A plugin?

Viewing 1 replies (of 1 total)
  • The topic ‘Meta Bar Issue’ is closed to new replies.