• Hello, I need to edit a link in a header or tool bar at the top of a website, this link shows up on all pages. The link on the page is located above the header or menus. I can not find where to change it in WP. My experience and terminology is limited.
    Thank you
    Mike

    • This topic was modified 3 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @m3rcdc

    Please, share the website and the concrete places for the links, so we have more information to answer the question.

    Have a nice day

    Thread Starter m3rcdc

    (@m3rcdc)

    Thank you

    https://www.3rsearlychildhoodlearning.com/

    In the top right, new families, pay tuition and parent portal.

    Hi @m3rcdc

    This code is used to draw the topbar:

    <!-- ******************* Structure ******************* -->
    <div class="alert-message alert alert-dismissible">
    <div class="alert-message-content">
    <div class="container">
    <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>
    <p style="text-align: right;"><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://www.myprocare.com/Default/Index?aWtuPTQwNDMyODEwNDYmc2NoSWQ9MQ==">new families</a> | <a style="color: #ffffff;" href="https://www.myprocare.com">pay tuition</a> | <a style="color: #ffffff;" href="https://secure.kidreports.com/login">parent portal</a></span></p>		</div>
    </div>
    </div>

    Are you using some alert plugin? If you are using it, take a look in its configuration, to see if it has a menu that you can modify.

    If you are not using a plugin, can you see if it is hard-coded in the theme? In this case, you have to update manually in the theme.

    Have a nice day

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need to edit a link’ is closed to new replies.