Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • 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.

    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.
Viewing 2 posts - 1 through 2 (of 2 total)