Changing colours

Discussion in 'Real Photography WordPress Theme' started by c_musseau, Jul 14, 2014.

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

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    How can I modify the colors of the menu background and footer area, as shown in the screenshot? I want to try various colors there to see what works well.
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

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

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

    Code:
    div#menu {
    background: red;
    }
    div.footer-bottom {
    background: red;
    } 
    In place of "red" you can put your color or color code.
    This will fulfill your requirement.
     
  3. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page