admin管理员组文章数量:1390531
I am picking up the work from one of our developers who has left our company and applied a background on our header seen here http://3.20.227.107/. When you scroll down you will see the header has a orange circle in the cop right hand side. How do I get rid of this? I see in the code it has to do with uk-navbar-container but where can I edit this within wordpress? Any help is greatly appreciated!
I am picking up the work from one of our developers who has left our company and applied a background on our header seen here http://3.20.227.107/. When you scroll down you will see the header has a orange circle in the cop right hand side. How do I get rid of this? I see in the code it has to do with uk-navbar-container but where can I edit this within wordpress? Any help is greatly appreciated!
Share Improve this question asked Apr 13, 2020 at 3:47 VisualExstasyVisualExstasy 1031 bronze badge1 Answer
Reset to default 0Because there are many ways and many possibilities for adding a image to the bar. It is really hard to tell how to remove it directly.
However, it looks like it is controlled in CSS and you could try the following.
You may try to look for a theme1.css
file and then search for .uk-navbar-container:not(.uk-navbar-transparent)
You will see
/* ... skipped here */
background-image: url(orange-circle2.svg);
/* ... skipped here */
change to
/* ... skipped here */
background-image: none; /* <--- change to none to hide the image */
/* ... skipped here */
本文标签: menusAddremove image from navigation bar
版权声明:本文标题:menus - Addremove image from navigation bar 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744573912a2613505.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论