Tagged: x
-
AuthorPosts
-
June 29, 2016 at 7:04 pm #1065725
truaxbrandingcoParticipantHey there
I want to lower the opacity of the header background so I can see the contact behind it. Is there a way or css to do this?
Thank you!
June 29, 2016 at 10:10 pm #1066097
Prasant RaiModeratorHello There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
June 30, 2016 at 12:07 pm #1066972
truaxbrandingcoParticipantThank you for your quick response! Here’s the URL:
June 30, 2016 at 1:14 pm #1067088
Prasant RaiModeratorHello There,
Thanks for writing in!
There seems to be an active under construction page. Kindly provide us with the admin details to your site so that we’ll able to check this further. http://prntscr.com/bn5fc0
Thank you.
June 30, 2016 at 8:02 pm #1067641
truaxbrandingcoParticipantNo longer Under Construction! Sorry about that.
June 30, 2016 at 11:49 pm #1067942
RupokMemberHi there,
Thanks for writing back! You can add this under Custom > CSS in the Customizer.
.x-navbar { background: rgba(255, 255, 255, 0.8); }You can change the opacity level (0.8) to your desired value.
Hope this helps.
Cheers!
July 1, 2016 at 1:14 pm #1068679
truaxbrandingcoParticipantHey there
Thank you so much for the reply! I still can’t see the revolution slider through the header/navbar.
Thanks for your help.
Nate
July 1, 2016 at 2:04 pm #1068730
truaxbrandingcoParticipantSpoke to soon sorry it worked! Can I get some css for the border of the header? Also, is there a way to get the logo to expand past the lines of the navbar? Where it’s kind of dangling off?
You guys are the best. Thanks!
July 1, 2016 at 2:31 pm #1068753
JoaoModeratorHi There,
To Remove the borders please add the following CSS to Appereance Customizer Custom CSS
.x-navbar { border: 0 !important; }If I understood you would like your logo a bit out of the navbar, please add the following code to Appereance Customizer Custom CSS
.x-brand img { padding-top: 20px; margin-bottom: -20px; }Hope it helps
Joao
July 7, 2016 at 1:52 pm #1076809
truaxbrandingcoParticipantYou guys are rockstars! Thank you. I now have a topper above the nav. Can I get the css to remove lower the background opacity in that and remove the border?
Thank you!
July 7, 2016 at 4:07 pm #1076974
Prasant RaiModeratorHello There,
You can add this under Custom > CSS in the Customizer:
.x-topbar { border: 0 !important; opacity: 0.6; }Thanks.
July 8, 2016 at 12:05 pm #1078144
truaxbrandingcoParticipantThanks for your help! This is actualy lowering the opacity of the text. I would like to remove the opacity of the background color in the top bar.
Thank you!
July 8, 2016 at 2:05 pm #1078287
JoaoModeratorHi There,
Add the following code instead:
.x-topbar { background-color: rgba(255, 255, 255, 0.5); }Hope it helps
Joao
July 12, 2016 at 2:07 pm #1083619
truaxbrandingcoParticipantHey there. Thank for trying. That didn’t seem to work.
July 12, 2016 at 5:48 pm #1083874
JadeModeratorHI there,
You can adjust the code to:
.x-topbar { background-color: rgba(255, 255, 255, 0.5); }This would give the background of the topbar a 0.5 opacity. It might night be too obvious since the base background is white.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1065725 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
