inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 15, 2017 22:21:17 GMT -8
Tumbleweed , I changed the background how you said, but it still looks darker: Also while checking this in chrome (I'm in safari usually), I noticed that when not logged in the menu bar is in the wrong place: If there was a way to make it in the right place without affecting placement when logged in, that'd be fantastic EDIT: nvm i fixed the second bit myself woooo I still think they are actually the same same dark but just look darker on a darker background (and also much darker than on your web page) but maybe since I'm a guest, I'm not seeing what you are seeing on your site.. Can we do a test? If yes, find this bit in the css I gave you: (toward the top) #navigation-menu > ul, #navigation-menu > ul li { text-transform: uppercase!important; float: left;text-align:center;}And let's add an extra transparent layer behind everything so we aren't seeing the background as much and plus, this will look more like the transparency on your boards and a lighter blue like on your web site. #navigation-menu > ul, #navigation-menu > ul li { text-transform: uppercase!important; float: left;text-align:center; background: rgba(255, 255, 255, 0.9);}See if any still look darker than the others. Now this test might make your blue too light compared to your web page so you could tweak the 0.9 to a lower number to make it more transparent if this seems to be fixing it for you.
|
|
inherit
207832
0
Aug 22, 2017 3:37:15 GMT -8
fraser7
97
April 2014
fraser7
|
Post by fraser7 on Jul 16, 2017 5:36:37 GMT -8
I added the transparent layer and now the blue looks great. White is a bit off from main site, but I can live with that. Thanks so much for all the help
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 16, 2017 8:50:56 GMT -8
I added the transparent layer and now the blue looks great. White is a bit off from main site, but I can live with that. Thanks so much for all the help You can tweak that transparency to get the white more like on your real site. But anyway, glad that solved the issue.
|
|