How to reduce Reduced footer_bottom height

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

  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    How do I reduce Reduced footer_bottom height?

    Please check:
    http://uk-exports.org/

    Also, how do I remove the number "3" that appears below the top big picture on all pages?

    Thanks so much.

    Regards
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To reduce footer_bottom height, 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_bottom {
        height: 30px !important;
    }
    Note: Change the numeric value as per your requirement.

    For the second issue, i.e. to remove the number "3", paste the code given below in Custom CSS field of your dashboard.
    Code:
    .top_add {
        display: none !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
    As usual, thanks for your assistance.

    Best Regards.
     
  4. priya

    priya Guest

    Your'rewelcome...:)

    We are always here to assist you..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page