Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1151572
    ahurlburt53
    Participant

    I can’t figure out why the desktop version of website does not match with blue. Mainly the background colors for elements. I know it has something to do with css?

    WEBSITE
    https://www.tampabaywebsitedesigner.com/tampa-web-design-company/

    DESKTOP VERSION
    http://i.imgur.com/FU8oF0y.png

    MOBILE VERSION
    http://i.imgur.com/fBaMM5K.png

    i WANT MOBILE TO LOOK LIKE DESKTOP VERSION

    #1151600
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    @media (max-width: 979px){
        .page-id-516 #x-content-band-1 {
            background-color: #fff !important;
        }
    }

    Hope it helps 🙂

    #1151608
    ahurlburt53
    Participant

    What about the rest of pages?

    #1151629
    ahurlburt53
    Participant

    Code works for single page, need css code for entire website

    #1151637
    Joao
    Moderator

    Hi There,

    Seems like you have background color set on the body and on the first content band, have you checked your Customizer Settings at Appereance > Customizer >Layout and Design?

    You also can add the following code to Appereance Customizer Custom CSS and add the desired color.

    body, #x-content-band-1 {
      
        background-color: #ffffff;
    }

    Hope it helps

    Joao

    #1151994
    ahurlburt53
    Participant

    does not work

    #1152029
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    body, #x-content-band-1 { 
        background-color: #fff !important;
    }

    Let us know how this goes!

    #1152835
    ahurlburt53
    Participant

    Thank you for all your support!!!

    #1152936
    Christopher
    Moderator

    You’re welcome.

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