Navigation Menu

Discussion in 'ColorWay WordPress Theme' started by cynspan, Apr 16, 2014.

  1. cynspan

    cynspan New Member

    Joined:
    Apr 29, 2012
    Messages:
    2
    Likes Received:
    0
    Hello,

    1. I would like to change the white front page color from white to tan.

    Thanks, the website is getinc.biz
    Crystal
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello Crystal,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .home .container {
    background-color: tan;
    }
     
    In place of "tan" you can put your color or color code.
    This will solve your issue.
     
  3. cynspan

    cynspan New Member

    Joined:
    Apr 29, 2012
    Messages:
    2
    Likes Received:
    0
    Thank you, if I needed to change the background color all the other web pages also, how would the code change?

    Sorry I couldn't figure out how to change the thread subject line.


     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    For this issue,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
     .container {
    background-color: tan ! important;
    }
      
     

Share This Page