Epik background only for home page

Homepage Community Forums Epik Theme Support Epik background only for home page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #5617
    reactbiz
    Customer

      I would like to change the background on Epik theme only on the home page. Anybody knows how to do it?

      #5634
      Eric
      Customer

        Try adding this to your css –

        .home {
            background: #aaa;
        }

        …and then you can change the color or image to whatever you need.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #5662
        reactbiz
        Customer

          Thanks very much Eric… Unfortunately it didn’t make any difference.

          I have tried to use this code on your site http://demo.appfinite.com/epik/ and it worked (I am assuming that your site is set on default). But if you change Theme Color it doesn’t work. That’s probably because your site is still set on default in genesis panel and I am changing the Theme Colour externally. I am using Firebug.

          But on my site it doesn’t work on any Theme Color including default. I have even copied your complete stylesheet and replaced it on my site and included .home {background: #aaa;}… it didn’t make any difference. So the problem seems not to be with my stylesheet. Somehow it seems it’s something to do with Theme Color… but I just can’t figure out.

          I also noticed when I switch to any Theme Color except default the menu links don’t react to hover and don’t change color when clicked. That happens on your site too.

          Regards
          Mike

          #5663
          Eric
          Customer

            When I add that code in it works on any skin color I use. If you have a link I can tell you what needs to be done to get it to work for you.

            It’s actually Wes who creates the themes here, I’m just a member (like yourself).


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #5669
            reactbiz
            Customer
              This reply has been marked as private.
              #5672
              Eric
              Customer

                So which part exactly are you trying to change? The white areas? or a different area? Because all i see is the white areas and a couple other colors


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                #5677
                reactbiz
                Customer
                  This reply has been marked as private.
                  #5698
                  Eric
                  Customer

                    Try adding this for the background –

                    .home #wrap {
                        background: green;
                    }

                    …then change the color to whatever you want.

                    You can still remove the margin space under the #head-wrap by adding this –

                    .home #head-wrap {
                        margin: 0;
                    }

                    Then that way it will only affect the home page rather than every other page.


                    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                    #5713
                    reactbiz
                    Customer

                      Thanks Eric, much appreciated. It works in both instances.

                      Regards
                      Mike

                      #5724
                      Eric
                      Customer

                        You’re Welcome


                        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Epik background only for home page’ is closed to new replies.