Hi,
I’m using the Unite theme and I would like to have my menu bar transparent so the background picture remains visible. In an old thread there were some answers (like adding this code: .navbar.navbar-default {
background: transparent;
} in the custom css page) but it didn’t work on my site
Also I’m wondering if it’s possible to have a partially opaque main page.
I’m building a website for some people who necessarily want to have a background image. Trouble is, when I do so the text is not easily readable, that’s why I wondered if i can opacify the text zone (like 50% opacity)…
I hope i explained my self clearly enough If not i’ll try again
I hope you are well today and thank you for your questions.
I’m using the Unite theme and I would like to have my menu bar transparent so the background picture remains visible. In an old thread there were some answers (like adding this code: .navbar.navbar-default {
background: transparent;
} in the custom css page) but it didn’t work on my site :/
That code is working fine on my test site.
Could you please share me your site URL where it’s not working so that i can troubleshoot it?
Also I’m wondering if it’s possible to have a partially opaque main page.
I’m building a website for some people who necessarily want to have a background image. Trouble is, when I do so the text is not easily readable, that’s why I wondered if i can opacify the text zone (like 50% opacity)
You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.
Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS
Hi Movin,
Thanks a lot for helping me out !
The first bit of code you gave me was pretty much the same as the one i’ve found in the old thread, except the “¡important” part, which didn’t change anything.
Thanks a lot for the “body.home article .entry-content {
background-color: rgba(0,0,0,0.5);
}” trick that i’ve somewhat adapted to my own needs !
I’m joining a screenshot so you can have a look at my home page with its desesperately opaque menu bar (out of discretion for “clients” i’d rather not communicate the URL)
I’m joining a screenshot so you can have a look at my home page with its desesperately opaque menu bar ? (out of discretion for “clients” i’d rather not communicate the URL)
I’ve just tried it and again it didn’t work.
I’ve also tried to change the first come, right after “.dropdown-menu,” by a “.”, a “;” or nothing at
all but it didn’t work either…
I’m joining a file where i copied the entire css (style.css)… Don’t know if it’s useful !