How to change the colours of the footer

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 2 seperate colours of the footer
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To change the heading of the footer area, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_wrapper .footer_widget h5 {
        color: red !important;
    }
    To change rest color text, use below code in Custom CSS field of your dashboard.
    Code:
    .footer_wrapper .footer_widget, a {
        color: blue !important;
    }
    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