2 footer issues.

Discussion in 'StartPoint Business One Page WordPress Theme' started by trasgu, Jan 25, 2015.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Good day friends,
    I have finally given a go to this Theme to help at a another Fair Trade family and so far so goooooood !!!! Just a couple of issues in the footer as I would like to add some "css magic" to hide the footer area that I will not be using in this theme, and also, I would love a bit of help to hide the Menu on the right at the bottom of the footer :)

    Url: http://www.micafe.hn

    Thx tons and wish you a great start of the week !!!
    Jose
     

    Attached Files:

  2. praveen

    praveen Support Staff

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

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

    Code:
    .footer {
    display: none !important;
    }
    .footer-menu ul#nav {
    display: none !important;
    }
    Thanks,
    Praveen
     
    trasgu likes this.
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Excellent Praveen, thx sooooo much, it worked just perfect ;)

    Cheers,
    Jose
     
Thread Status:
Not open for further replies.

Share This Page