Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1282119
    argonstudios
    Participant

    Having an issue with the backgrounds and changing the colors on the backgrounds throughout the site. RUnning the latest version of your theme and software and WordPress at http://www.economycandy.com.

    Also using various CSS code from your forum and your support staff which is here:

    //BACKGROUND COLORS CUSTOMIZATIONS
    .site {
      background-color: #FAEBFA;
    }
    .widget ul li, .widget ol li {
     background-color: #FAEBFA;
    }
    .single-post .entry-wrap {
    background-color: #FAEBFA;
    }
    
    element.style {
      background-color:#FAEBFA;
    }
    
    .single-product a.x-img-thumbnail:hover {
        box-shadow: none;
    }
    
    .woocommerce div.product .images .x-img-thumbnail {
      padding:1px;
    }
    .entry-featured {
        border: none !important;
        background: none !important;
    }
    .entry-featured {
      background-color:transparent;
        border: 0px;
    }

    Can you please tell me how I can get the background throughout the site to the #FAEBFA color like I am trying to do with the above CSS code.

    Thank you.

    #1282576
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-section {
        background-color: #FAEBFA  !important;
    }
    
    div#top {background-color: #FAEBFA;}

    Thanks.

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