Remove menu by footer text??

Discussion in 'ButterBelly WordPress Theme' started by trasgu, Jan 22, 2015.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there again,
    how can I delete the menu by the Footer text? in our website we have lots of content an it look rather ugly all the menus showing taking so much space.
    Url: http://www.cosagual.com

    Thx tons,
    Jose
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Jose,

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

    Code:
    .bottom_footer_content .footer_nav {
    display: none;
    }
    Thanks & Regards
    Pramod
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there Pramod,
    thank you soooo much for your quick response !!! I have just tried the code but is not working for me... what do you think it could be?
     

    Attached Files:

  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Got it, everything looking just great !!! Issue solved :)
     
Thread Status:
Not open for further replies.

Share This Page