Please or Register to create posts and topics.

Problem adding new menu links to the existing Forum menu Screenshot when logged out

Hi there again,

This is the screen shot of how my custom menu looks when logged out and the pipe (|) is more noticeable….this topic is a continuation of my previous post here https://asgaros.com/support/topic/problem-adding-new-menu-links-to-the-existing-forum-menu/

 

Any help would be appreciated.

Thanks,

Naomi

 

 

 

 

Uploaded files:
  • A_Menu2.png

Hello @naomibuch

It is more noticeable because you actually having a pipe inside of your link:

echo '<a href="https://example.com" class="center">|Classifieds&nbsp;&nbsp</a>';

Please try to use this one instead:

echo '<a href="https://example.com" class="center">Classifieds</a>';

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!