Need help changing colors of header and footer backgrounds

Discussion in 'StartPoint Business One Page WordPress Theme' started by vblaes, Aug 27, 2015.

  1. vblaes

    vblaes Member

    Joined:
    Jan 8, 2013
    Messages:
    96
    Likes Received:
    1
    Hi, I'm working with the Startpoint theme. I'm trying to change the background colors of the header to white so I can include my logo. Additionally, I'm trying to change the background of the footer so it's also white. Can you help? I have looked at other threads and have included what appeared to be correct code in the Styling Options box, but they don't appear to be making the changes. Thanks.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

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

    Code:
    .menu-wrapper-bg {
        background: white !important;
    }
     
    .footer-copyright-wrapper {
        background: white !important;
        }
    
    Note:- Please change the color accordingly.

    Hope it will resolve your issue :)

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page