You are not logged in.
Trying to change the header image, basically i dont want the image, just a solid black bar… i have looked through all the CSS files but nothing changes… can someone help me out please!!
Thanks in advance
Can you give me a screenshot/mock up of what you are trying to achieve?
Hi,
open the msw.css file in /events/content/_theme_default/css/ folder.
Search for this code:
.navbar {
background: #0089a1 url(https://www.maianscriptworld.co.uk/files/images/nav-bg.png);
color: #fff;
border: 0;
border-bottom: 3px solid #c0c0c0;
border-radius: 0;
padding:10px 0 10px 0;
}
and replace it with:
.navbar {
background: black;
color: #fff;
border: 0;
border-bottom: 3px solid #c0c0c0;
border-radius: 0;
padding:10px 0 10px 0;
}
![]()