Conversation
supportFor every browser but chrome the toolbar loads behind other elements. Need to disable until fixed. https://wordpress.org/plugins/notice-bar/
Hello @dethfire , To show notice bar on the top of your site, you should select Position Top Fixed from Notice Bar settings section. Now put following line of CSS code in Custom CSS section of your theme. .nb-default-wrap.nb-defult-postion-top-fixed{ z-index: 99999; } This should do the trick appearing the noticebar infront of other elements. Regards.
That worked! I had to switch to .nb-default-wrap.nb-defult-postion-top-bottom though 馃檪
Hello @dethfire , To show notice bar on the top of your site, you should select Position Top Fixed from Notice Bar settings section. Now put following line of CSS code in Custom CSS section of your theme. .nb-default-wrap.nb-defult-postion-top-fixed{ z-index: 99999; } This should do the trick appearing the noticebar infront of other elements. Regards.
That worked! I had to switch to .nb-default-wrap.nb-defult-postion-top-bottom though 馃檪