Footer Color

Discussion in 'BizWay WordPress Theme' started by rdeshazer, Jun 11, 2015.

  1. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
  2. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Dear User,

    Greetings from InkThemes,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there .


    Code:
    .footer_bottom {
      background: #f9f9f9 !important;
    }
     
    h1 {
      text-align: center;
    }

    Hope that helped.
     
  3. rdeshazer

    rdeshazer Member

    Joined:
    Dec 21, 2014
    Messages:
    302
    Likes Received:
    0
    Location:
    USA
    for number 1 i'm referring to the menu background color which is forest green, need the color code for the footer background to match.
     
  4. Sobhagya

    Sobhagya Guest

    Joined:
    May 29, 2015
    Messages:
    414
    Likes Received:
    6
    Hello,

    Hope Doing Good,

    You can resolve it yourself, All you have to do is just go to Dashboard->Appearance->Theme Options->Styling Option->Custom CSS

    field and try to cut paste the given below CSS code there.

    Code:
    .footer_bottom {
      background: #447E11 !important;
    }
    Hope this will resolve your issue.
     

Share This Page