Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #283171

    I’m using The Event Calendar plugin and noticed that the page background color that it renders is white and my background is slightly gray. Is there a CSS code that I can use to change the white background to my theme background color? Thanks!

    #283256

    Hi bdaily!

    Can you post the link to your website so we can see the issue and provide you more accurate custom CSS code?

    Cheers!
    Yigit

    #283895
    This reply has been marked as private.
    #284344

    Hey!

    Try adding this code to the Quick CSS:

    #tribe-bar-form {
        background: white !important;
    }

    Cheers! 
    Josue

    #284613

    Hi Josue,

    The issue is related to the main background color being white and not #f5f5f5 as desired. How do I accomplish this?

    Thanks –

    #284616

    Hey!

    Please add following code to Quick CSS

    #main, .html_stretched #wrap_all {
    background-color: #f5f5f5!important; 
    }

    Cheers!
    Yigit

    #285227

    That worked! Thanks Yigit!

    #285231

    Hi!

    You are welcome, glad we could help! :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing the page background color with The Event Calendar plugin’ is closed to new replies.