Change footer color Yellow

Discussion in 'Traffica WordPress Theme' started by raaj95, Apr 23, 2016.

  1. raaj95

    raaj95 Member

    Joined:
    May 29, 2015
    Messages:
    133
    Likes Received:
    0
    Right now Footer color is black but i want full footer in yellow color ?? All footer with widget footer area color yellow
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer-container {
        background: yellow;
    }
    .footer-container .footer .footer_widget h4, .footer-container .footer .footer_widget ul li a, .footer-container .footer .footer_widget p,  {
        color: black;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page