Tagged: x
-
AuthorPosts
-
November 18, 2016 at 1:15 am #1262205
unluckynelsonParticipantHi there!
I’m still new in WP, and need your help.
Not sure how to set this conversation as private, so once it is, I will supply you with my url and password.Attached is what my menu looks like (current nav bar)
And attached is how I want my completed menu to look like (Finished nav bar)I’ve setup my menu in Uber menu, and I’ve added some code to put the image behind the menu.
What I still need is the following:
*Blue transparent faded block, bottom to top
*Contact bar alligned to the top of the flashing centre logo
*black transparent block behind menu and logo
*resizable logo alligned to right of the menu bar
*Breadcrums on the nav barI’ve supplied the logo as well.
Hope you can help me with this!Kind regards,
Albertus
November 18, 2016 at 1:20 am #1262207
unluckynelsonParticipantThis reply has been marked as private.November 18, 2016 at 1:26 am #1262216
RupokMemberHi Albertus,
You can set your reply as private not the original post. So just create a new reply sharing your URL.
Cheers!
November 18, 2016 at 1:59 am #1262236
unluckynelsonParticipantThis reply has been marked as private.November 18, 2016 at 2:33 am #1262262
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-navbar-inner:before { content: ""; display: block; width: 100%; height: 200px; position: absolute; background: rgba(0,0,0,0.5); }Hope that helps.
November 18, 2016 at 2:40 am #1262264
unluckynelsonParticipantYes thanks! that already worked!
What I need next, is the blue fade from bottom to top (as in the image)
The blue is: #002e66Thanks again.
November 18, 2016 at 3:31 am #1262296
Paul RModeratorHi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-navbar-inner { background: -moz-linear-gradient(top, rgba(0,0,0,0) 51%, rgba(13,37,66,0) 72%, rgba(30,87,153,1) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 51%,rgba(13,37,66,0) 72%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 51%,rgba(13,37,66,0) 72%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1e5799',GradientType=0 ); }Hope that helps.
November 18, 2016 at 4:09 am #1262323
unluckynelsonParticipantIt did help! Thanks!!!!!
November 18, 2016 at 4:14 am #1262325
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1262205 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
