Hello @limner
Can you please provide a link to your website?
Kind Regards, Roman.
Thread Starter
limner
(@limner)
Hello limner,
=> Put below css code into Additional CSS textarea (Dashboard >> Apperance >> Customize) then click on Save & Publish button.
=> If there is no Additional CSS option then put below css code into your current theme’s style.css file located at wp-content/themes/your_current_active_theme/ folder.
.site-header{
background-color: rgba(102,26,51,0.9);
}
Note : All Changes you done in style.css or other file are gone when you update theme. So prefer Child Theme
Hope this will helps you.
@limner, please try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up). Also you can add CSS code directly to style.css file of your child theme.
@media only screen and (min-width: 1025px) {
#masthead {
background-color: rgba(102,26,51,0.9);
}
}
Kind Regards, Roman.