Alternadiv

Registered
My navigation link "Tacoma3G" is using a larger font than the other ones. I don't think I changed anything relevant to styling these links so I don't think this is being caused by my end.
 

Attachments

  • E6727AAC-C62E-4771-A9BA-0D6721CC223B_1_101_o.jpeg
    E6727AAC-C62E-4771-A9BA-0D6721CC223B_1_101_o.jpeg
    207.9 KB · Views: 15
How is that link added? Its structure is a little different in the HTML than a traditional nav link.

Can you show a screenshot of your public navigation -> link of it?
 
Ah, I see now.

It’s because I have no link at all. I did it that way so it would force the menu to open without going to a different page.

I should be able to fix it by styling the text to match the link styling.
 

Attachments

  • E8A0B956-2F4C-4A36-AA9F-A19F7CE9E507.png
    E8A0B956-2F4C-4A36-AA9F-A19F7CE9E507.png
    333 KB · Views: 13
Moving this to closed reports. One thing you could do is something like this in the future:

Code:
[data-nav-id="forums"] {
    pointer-events: none;
}

This would make it so the link itself wouldn't be clickable but the dropdown arrow would still work. They'd need to click the arrow instead of the text but... one idea.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back