Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1248837
    ParadoxVapez
    Participant

    I have a plugin called retro game emulator…http://www.myeventsnyc.com/games-corner/ I would like orginally for the initial screen to be bigger then it is I tried to in spect and alternate this code but it didnt work. I would also love to know how to make the background of only a PARTICULAR page a different color because it is white and wont show all the text due to the themes heavy restrictions on very general settings 🙁

    #1248892
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    video {
        width: 100%;
    }
    .page-id-420 .site {
        background: #0095ff;
    }

    Let us know how this goes!

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