Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026646
    Aqu1ver
    Participant
    This reply has been marked as private.
    #1027182
    Rue Nel
    Moderator

    Hello There,

    This code:

    .x-navbar {
        border: none;
        box-shadow: none;
    }

    should have work in your site and will have this layout: http://prntscr.com/bctzct

    Since you have installed a caching plugin WP Fastest Cache, please clear your plugin cache before testing your site. This can cause the changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

    Please let us know how it goes.

    #1027653
    Aqu1ver
    Participant

    Hello

    On my end is still border and I did what you said. Also I can`t get rid of this dark blur section (attachments), where should be background image but I opened other ticket about that.

    #1027814
    Paul R
    Moderator

    Hi,

    There are syntax error in your css code.

    Kindly replace the entire code in your global css with this.

    
    /*
    // Buttons
    */
    
    .x-btn {
      font-weight: 700;
    }
    
    .x-btn.x-btn-alt,
    .button.x-btn-alt,[type="submit"].x-btn-alt {
      border-color: #02aed6;
      background-color: #02aed6;
      box-shadow: 0 0.25em 0 0 #0b8ead, 0 4px 9px rgba(0, 0, 0, 0.75);
    }
    
    .x-btn.x-btn-alt:hover,
    .button.x-btn-alt:hover,[type="submit"].x-btn-alt:hover {
      border-color: #0b8ead;
      background-color: #0b8ead;
      box-shadow: 0 0.25em 0 0 #097690, 0 4px 9px rgba(0, 0, 0, 0.75);
    }
    
    /*
    // Dropcap
    */
    
    .x-dropcap {
      background-color: #02aed6;
    }
    
    /*
    // Headings - Dark section
    */
    
    .dark-section h1,
    .dark-section h2,
    .dark-section h3,
    .dark-section h4,
    .dark-section h5,
    .dark-section h6,
    .dark-section h1 a,
    .dark-section h2 a,
    .dark-section h3 a,
    .dark-section h4 a,
    .dark-section h5 a,
    .dark-section h6 a {
      color: #fff;
    }
    
    .dark-section h1 a:hover,
    .dark-section h2 a:hover,
    .dark-section h3 a:hover,
    .dark-section h4 a:hover,
    .dark-section h5 a:hover,
    .dark-section h6 a:hover {
      color: #fff;
      opacity: 0.65;
    }
    
    /*
    // Sidebar
    */
    
    .widget a {
      color: #02aed6;
    } 
    
    /*
    // Contact Form 7
    */
    
    .wpcf7-form {
      margin: 0;
    }
    
    .x-brand {
    visibility: hidden;
    }
    
    /*Hide X menu on mobile*/
    
    @media (max-width: 1024px) {
    
    .x-navbar-inner {
    display: none;
    }
    
    .x-navbar {
        border: none;
        box-shadow: none;
    }
    
    .x-btn-navbar{
        display: none;
    }
    
    .x-btn-navbar, .x-nav-wrap.mobile { display: none !important; }
    
    }
    
    .x-navbar {
        border: none;
        box-shadow: none;
    }
    /* FOOTER */
    
    .x-colophon.top {
    background: rgba(8,8,8,0.8);
      color:#000000;
    }
    .x-colophon.bottom {
    background: rgba(8,8,8,0.8);
      color:#000000;
    }
      
    .x-colophon + .x-colophon {
    border-top: 0px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    }
    
    

    Hope that helps.

    #1030019
    Aqu1ver
    Participant

    that worked, thank you very much

    #1030276
    Joao
    Moderator

    Great to hear it.

    Let us know if we can help you with anything else.

    Thanks

    Joao

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