echomeless

Forum Replies Created

  • In reply to: Issue with navigation bar link colors in staff area

    October 18, 2023 at 6:45 am #18447
    echomeless
    Participant

    If you add this to the custom CSS and replace the #fff with the hex color code you want. This will change the link color value on desktop and leave mobile as is until this is fixed.

    @media only screen and (min-width: 760px) {
    :root {–mobile-menu-bg:#fff!important;}
    }

    In reply to:

    October 7, 2019 at 10:25 am #5227
    echomeless
    Participant

    I found the solution in another post instructing me to disable the Attachment Preview plugin.