Chang bottom footer

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by rinchere1979, Aug 22, 2014.

  1. rinchere1979

    rinchere1979 Member

    Joined:
    May 31, 2014
    Messages:
    36
    Likes Received:
    0
    Location:
    Miramar
    How do I change the color of the bottom footer text to black. Also want to change its background to white.
     
  2. 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:
    .footer_bottom{
    border-top: none;
    background: white;
    }
     
    .footer_bottom p
    {
    color: black;
    }
    Thanks & Regards
    Pramod
     

Share This Page