Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1395018
    ahurlburt53
    Participant

    I followed certain threads but logo ar will not disable for this page

    https://www.twinbrothersfloors.com/contacts/

    screen shot
    http://i.imgur.com/AgVNY32.jpg

    #1395081
    Thai
    Moderator

    Hi There,

    Please close this @media CSS:

    @media (min-width:1180px) { 
    div#soliloquy-container-5845 img.soliloquy-image {
        width: 600px;
        height: 400px;
    }
    div#soliloquy-container-5831 img.soliloquy-image {
        width: 124px;
        height: 124px;
    }
    a#home-image-new img {
        width: 406px;
        height: 271px;
    }
    a#home-image-new-large img {
        width: 573px;
        height: 431px;
    }
    a#home-footer-image-new img , img#home-footer-image-new {
        width: 263px;
        height: 153px;
    }
    .x-colophon.bottom .x-colophon-content {
        font-size: 15px;
    }
    .x-colophon .x-nav li a {
    font-size: 15px;
    }  
    
    body .gform_wrapper .top_label li.gfield.gf_right_half{
    float:none;
    }

    Then add the following CSS:

    .page-id-14 .x-logobar {
        display: none;
    }

    Hope it helps 🙂

    #1395099
    ahurlburt53
    Participant

    nice work, it worked perfectly

    #1395147
    Thai
    Moderator

    You’re most welcome 🙂

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