How to Control the Wrap Background Color?

Homepage Community Forums Epik Theme Support How to Control the Wrap Background Color?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9364
    Mike
    Customer

      Hi All, on http://www.mikemetcalfe.co, I’m trying to change the background-color on the first homepage widget section (the above fold bit). But it seems to be controlled by #wrap. When I change that, it naturally changes the wrap background-color on all pages. How can I isolate this and only change that homepage section? Thanks!

      #9368
      Wes
      Moderator

        Not sure which widget area you’re referring to exactly, but you’ll find this on line 2937 –

        .epik-darkblue #head-wrap,
        .epik-darkblue #welcome,
        .epik-darkblue #home-feature-bg-dark,
        .epik-darkblue .author-box,
        .epik-darkblue .footer-widgets {
        	background: #1a3665;
        }

        You would need to split that up if you want them to each show different colors.

        All widget areas on the homepage all have either #home-feature-bg-alt, or #home-feature-bg which show the same colors….so you would need to create your own ID or class if you want to change one of those.

        #home-feature-bg-alt {
        background: #fff;
        }
        #9379
        Mike
        Customer

          Thanks Wez. That Q was for the section that was originally the slider, but I’ve now got left/right widgets.

          This code worked:

          .home #wrap {
                background-color: #FFF
          }
          
          #9384
          Wes
          Moderator

            You’re Welcome

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘How to Control the Wrap Background Color?’ is closed to new replies.