• Hello guys,

    Hope you have a great 2019!

    This is related to a previous request for help. I updated to the latest version of wordpress and now, when I go to customize, I find a search bar just on top of the “publish” button that is not allowing me to make any changes.

    When I ran the web inspector I realized that the div tag (below) didn’t have the (style=”display:none;”) attribute.

    <div id=”mceu_53″ class=”mce-toolbar-grp mce-inline-toolbar-grp mce-container mce-panel” hidefocus=”1″ tabindex=”-1″ role=”group”>

    I don’t know, but maybe adding this will help to solve the issue? I tried the following but it didn’t work.

    #mceu_53 .mce-toolbar-grp .mce-inline-toolbar-grp .mce-container .mce-panel {
    display: none !important;
    }

    I would really like to fix this issue once it for all. Could you help me please?

    Thank you!

    The page I need help with: [log in to see the link]

  • The topic ‘search bar just on top of the “publish” button in customize section’ is closed to new replies.