Change colour of bottom of page from grey to white ?

Discussion in 'Slice WordPress Theme' started by niallg, Sep 29, 2014.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    How do you change the colour of the bottom of the page from grey to white , the area where the footer widgets go, thanks
     
  2. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi how do I change 1. the area called sample text to blue ? 2. Also how do I change the dark grey area to white ?

    Thanks Bottom of Slice Page.jpg
     
  3. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .content-bottom {
    background: blue;
    }
    .footer-container .footer
    {
    background: white;
    }
    Thanks & Regards
    Pramod Patel
     

Share This Page