Hello @megansnedek,
Yes it’s very possible
Try this
.top-bar {
border-style: none;
background-color: transparent;
}
Note that you should use a child theme for your customization or a custo css plugin.
SYA 🙂
@lebcit – I just tried that using the Plugin Custom CSS and JavaScript and nothing happened.
Any other suggestions?
I edited the CSS –
Find the code below and change the background colour to 0.1 ( last line) ( this worked for me)
/*————————————————————–
## Structure
————————————————————–*/
.site-header {
background-position: center top;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.site-header::after {
content: ”;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.1);