Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #232610
    Dario Luisi
    Participant

    Hi, every new page (and others) has a white BG color with a black font…. I would like to change it in a dark grey BG with a white font……. how can I do it? Thank you!

    #232650
    Skandha
    Participant

    @dario-luisi: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
          background-color:#222; 
          color:#fff;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #232706
    Dario Luisi
    Participant

    Thank you very much, it worked perfectly!!
    Greetings,
    Dario

    #247960
    bhardwick
    Participant

    My background color stays the same grey color. Can you tell me where I have went wrong?

    Here is all I have in additional css:

    .fluid-layout #header-content, .boxed-layout #header-content .wrapper {
    background-color:#696829;
    -webkit-box-shadow:unset;
    box-shadow:unset;
    }
    .site-navigation a {
    text-transform:unset !important;
    }

    }

    .home.page .site-content {
    background-image:unset !important;
    }

    #content {
    background-color:#fff;
    color:#fff;
    }

    #248044
    Skandha
    Participant

    @dario-luisi: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-fullscreen/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #248045
    Skandha
    Participant

    @bhardwick: Hello there,
    Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How can I change BG color of pages?’ is closed to new replies.