Navigation Menu displaying as rectangles with x’s inside

Home Forums Technical Theme Support STAX Theme Navigation Menu displaying as rectangles with x’s inside

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #470558
    mario dillulio
    Participant

    My navigation menu is displaying as rectangles with x’s inside, I’ve tried to fix this for hours and don’t know what the issue is.

    Attachments:
    You must be logged in to view attached files.
    #470574
    David Morgan
    Keymaster

    Hi Mario,

    Can you please provide a link to your site so we can review this issue?

    It’s most likely a font issue. Can you provide an example link you have added to your navigation menu as well?

    Thanks!

    #470577
    mario dillulio
    Participant

    Thanks for getting back to me so quickly. Its a site wide issue, http://www.atlaticmetalsx.com. It was working for about a year and has stopped, I’ve tried using and older backup version of the site, adding and removing CSS codes, etc etc etc…

    Attachments:
    You must be logged in to view attached files.
    #470580
    mario dillulio
    Participant

    I was able to fix the issues by adding this code to the additional CSS:
    }
    .wp-block-navigation-item__label {
    display: inline !important;
    }
    .wp-block-navigation-item__content::before,
    .wp-block-navigation-item__content::after {
    display: none !important; /* Hide potential icon placeholders */
    content: none !important;
    }

    BUT I still don’t know what is the main reason for this happening to begin with.

    #470617
    Charles
    Participant

    Great to hear Mario! Let us know if you need any more help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.