Change the background color of the footer

Discussion in 'ColorWay WordPress Theme' started by kastenberger, Apr 22, 2016.

  1. kastenberger

    kastenberger New Member

    Joined:
    Jun 18, 2015
    Messages:
    8
    Likes Received:
    0
    Location:
    Vilsbiburg
    in the lower areas of interrest I would like to change the color . What css command must I enter this

    http://test1.balk-holz.de/
     

    Attached Files:

  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: lightgray;
    }
    Change color as per your interest...

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. kastenberger

    kastenberger New Member

    Joined:
    Jun 18, 2015
    Messages:
    8
    Likes Received:
    0
    Location:
    Vilsbiburg
    Unfortunately this does not work .



    But I think we've irish your theme stylesheet completely changed . Unfortunately, I have not noticed me at the time as I have rebuilt the


    In my custom CSS settings are as follows

    body.page .sidebar {
    ! display: none wichtig;
    }
    table,th,td{
    border:1px solid #fff;
    background: #fff;
    }
    body {
    background: #FAFAFA;
    }
    .ch-grid li {
    width: 227px;
    }
    .pmenu-bar li {
    display: none;
    }
    .content-wrap h1 {
    display: none;
    }
    .footer, .footer a, .footer h4 {
    color: black;
    }
    .footer .footer_widget h4,
    }
    .footer-container {
    background: #641212;
    }
     
  4. priya

    priya Guest

    Sorry, I didn't get you...:(

    Could you please explain a bit more..?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page