Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1065725
    truaxbrandingco
    Participant

    Hey 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!

    #1066097
    Prasant Rai
    Moderator

    Hello 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.

    #1066972
    truaxbrandingco
    Participant

    Thank you for your quick response! Here’s the URL:

    http://50.87.248.168/~inertiat/

    #1067088
    Prasant Rai
    Moderator

    Hello 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.

    #1067641
    truaxbrandingco
    Participant

    No longer Under Construction! Sorry about that.

    #1067942
    Rupok
    Member

    Hi 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!

    #1068679
    truaxbrandingco
    Participant

    Hey 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

    #1068730
    truaxbrandingco
    Participant

    Spoke 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!

    #1068753
    Joao
    Moderator

    Hi 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

    #1076809
    truaxbrandingco
    Participant

    You 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!

    #1076974
    Prasant Rai
    Moderator

    Hello There,

    You can add this under Custom > CSS in the Customizer:

    
    .x-topbar {
        border: 0 !important;
        opacity: 0.6;
    }

    Thanks.

    #1078144
    truaxbrandingco
    Participant

    Thanks 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!

    #1078287
    Joao
    Moderator

    Hi There,

    Add the following code instead:

    .x-topbar {
    
    background-color: rgba(255, 255, 255, 0.5);
    }

    Hope it helps

    Joao

    #1083619
    truaxbrandingco
    Participant

    Hey there. Thank for trying. That didn’t seem to work.

    #1083874
    Jade
    Moderator

    HI 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.

  • <script> jQuery(function($){ $("#no-reply-1065725 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>