Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1032542
    evangelbuffalo
    Participant

    Hello X theme community!

    How exactly do I change the color of the main container on any particular webpage?

    After going through about a dozen posts, I have decided to reluctantly ask a repeated question. I’m hopeful the response will be tailored to my specific website.

    On my homepage, I’ve turned off the main container. Once a user progresses elsewhere, I’d like to container to hold the content. In this case, a calendar.

    Thanks!

    #1032550
    evangelbuffalo
    Participant
    This reply has been marked as private.
    #1033136
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Are you referring to this page? http://evangelbuffalo.org/events/

    You can add this under Custom > CSS in the Customizer.

    .page-id-213 .entry-wrap {
    	background-color: #285d87;
    }

    Hope it helps, Cheers!

    #1034494
    evangelbuffalo
    Participant

    Perfect! But I’m wondering if it’s possible to make it universal across the entire site?

    Additionally, how do I remove the shadow in the border, and how would I go about changing the Events title to White?

    Thanks much for your help!

    #1034799
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .entry-wrap {
        box-shadow: none;
    /*     border-radius: 0; */
    /*     border: none; */
    }
    
    header.entry-header 
    h1.entry-title {
        color:#ffffff;
    }

    Hope this helps – thanks!

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