Change the color of the copyright area

Discussion in 'BusinessGrow One Page WordPress Theme' started by deveshd, Feb 5, 2015.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    how do i change the background color of the copyright area?
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .copyright_wrapper .grid_24 {
    background: green !important;
    }
    Thanks,
    Praveen
     
  3. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Sorry, this only covers the middle part of the bottom footer area.
    How can you have it covering the FULL width 100%
    And can you use proper colour numbers like #3tyu74 instead of the word "Green"
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To change full background color of copyright section will require some code which we have to put in the source code of the theme..

    So please send us your dashboard details along with your dashboard details and desired color at [email protected] and we will do it for you..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Dear Priyanka,

    Kindly provide the solution here as my clients are unwilling to provide the details of their dashboard.
    This will also help others on this Forun to benefit.

    I hope you understand.

    Thanks
     
  6. priya

    priya Guest

    Hello,

    Would you please try below code for once and check whether it works or not...?
    Code:
    .copyright_wrapper {
        background: #F98E41;
        height: 70px;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page