How to change the colour of the header

Discussion in 'GeoCraft WordPress Theme' started by millmead2, Dec 7, 2015.

Thread Status:
Not open for further replies.
  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    How do I change the colour of the header from Red to a new jpg pic with 1oo% width.

    website: http://uk-exports.org/
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To change color of the header, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .top_strip {
        background: lightpink !important;
    }
    Note: Change color as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page