Tagged: x
-
AuthorPosts
-
January 9, 2017 at 3:46 pm #1322975
newskywebsitesParticipantHi there, I’m trying to recreate this site in X theme as close as possible to this: http://www.vitalandgreen.com/
I have this so far: http://vitalgreen.newskywebsites.com/
I’m using the Renew stack for now (can switch if you recommend). How do I make the top elements semi-transparent? I tried making the color semi-transparent – ie. rgba(26, 94, 1, 0.25) But that’s not doing the trick.
The logo is text only. I’d like the background color behind the logo and top nav to be semi-transparent.
Using latest version of everything…
Thanks!
DawnJanuary 9, 2017 at 9:20 pm #1323336
JadeModeratorHI Dawn,
Please use this code:
.site { background-color: transparent; } .x-topbar { background-color: rgba(135, 172, 122, 0.8); } .x-logobar { background-color: rgba(220,227,217, 0.8); } .x-navbar, .x-navbar .sub-menu { background-color: rgba(220,227,217, 0.8) !important; } .x-main.full { background-color: #fff; }Hope this helps.
January 12, 2017 at 4:52 pm #1327864
newskywebsitesParticipantThat worked perfectly! Thanks!
DawnJanuary 12, 2017 at 6:00 pm #1327921
NicoModeratorHappy to hear that.
Feel free to ask us again.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322975 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
