Background Color in Various Homepage Areas Infoway

Discussion in 'Infoway WordPress Theme' started by irissalmins1, May 8, 2015.

Thread Status:
Not open for further replies.
  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I need to add a color background to the five areas noted here. Most of them are white now except for the grey area on the side of the slider.

    Thank you for your time.

    Iris Salmins
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello, Iris Salmins!

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .body_wrapper {
      background: red !important;
    }
    .header {
      background: green !important;
    }
    .infotag {
      background: yellow !important;
    }
    .feturebox {
      background: gray !important;
    }
    div#carousel-full {
      background: blue !important;
    }
    
    Thanks,
    Praveen
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    You guys are awesome! I use Ink Themes for 90% of my websites and your awesome customer service is one reason why!!!

    Thank you for your time!
     
Thread Status:
Not open for further replies.

Share This Page