- This topic has 2 replies, 2 voices, and was last updated 10 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Full Width Forum › Navbar loses opacity when window size is reduced
I was resizing my browser window and noticed that when the window gets small enough, the navbar turns opaque and ignores the opacity settings I’ve made. Where are the opacity settings referenced for the navbar? The content seems to keep its opacity setting.
Never mind, found it!
Look in main.css and adjust the following line:
@media screen and (min-width:999px){
.header{background-color:transparent !important; }
}
change 999px to something smaller. I used 450px.
Okay thanks for your input. Will solve in our theme too.
Regards,
Shri
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]