Change background of widget areas

Homepage Community Forums Epik Theme Support Change background of widget areas

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10189
    tkyorahat
    Customer

      Hi,

      I wanted to ask, how do I change or add an image for the background of the widget areas such as adding a image background for widget area ‘welcome wide’?

      #10190
      tkyorahat
      Customer

        If you can please use the following image as an example when showing how to edit the code

        `http://fallasleepsnug.com/wp-content/uploads/2014/01/background-cardboard.jpg

        #10194
        Eric
        Customer

          Look in your css around line 1276 and you can add your image to the welcome wide code like this –

          .welcome-wide {
              background: url(http://fallasleepsnug.com/wp-content/uploads/2014/01/background-cardboard.jpg);
              clear: both;
          }

          or you could add it to the .welcome code like this –

          .welcome {
          	background: url(http://fallasleepsnug.com/wp-content/uploads/2014/01/background-cardboard.jpg);
          }

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

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