Insert Custom Background?

Homepage Community Forums Optimal Theme Support Insert Custom Background?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #3308
    PandaArt
    Customer

      Hi Wes! I see that ‘Add Custom Background’ is in the functions.php file. But cannot get custom background to work.

      In the style.css, I removed all coding for the slider wrap; and added a background-image to the #wrap section.

      Still no background image (I did set one).

      What am I missing?
      Thanks!

      DK

      #3314
      Wes
      Moderator

        Do you have a link?

        #3322
        PandaArt
        Customer
          #3343
          Wes
          Moderator

            You would need to remove the background color on the #wrap located around line 189 in your css.

            …and if you want to remove the slider background, take a look around line 2252 in your css file for – .slider-wrap

            #3345
            PandaArt
            Customer

              Doh! 馃檪聽 Thanks Wes!
              Also, do you have a link – or hint – for what is the easiest way to add a white background to the page and post text portions? I can research it if pointed in the right direction.
              Many, many thanks!

              #3351
              Wes
              Moderator

                You would need to edit the “entry-content” class since that is the div that page and post content are inside of. Some widgets use “entry-content” so you may want to add code that targets just the page/post entry content.

                Example –

                .page .entry-content,
                .post .entry-content {
                background: #fff;
                }

              Viewing 6 posts - 1 through 6 (of 6 total)
              • You must be logged in to reply to this topic.