因为在酒吧中添加图像的方法和可能性很多。很难知道如何直接删除它。
然而,它看起来像是在CSS中控制的,您可以尝试以下操作。
您可以尝试寻找theme1.css
文件,然后搜索.uk-navbar-container:not(.uk-navbar-transparent)
你会看到
/* ... skipped here */
background-image: url(orange-circle2.svg);
/* ... skipped here */
更改为
/* ... skipped here */
background-image: none; /* <--- change to none to hide the image */
/* ... skipped here */