Footer menu

HI, i purchased this theme, and i am a happy user of this theme. but one of the simple issue i am facing. I added a menu in the footer. and there is a background in the footer menu, but i don't want that menu background . i just want the footer background. Please give me the solution of this problem.  http://www.finelimemedia.com/

Another problem:- i added a logo in the footer that have no title, and if i add title of the other widgets then that widget is higher than the logo, you can check by my website. i tried to add margin-top of the 2nd widget, but it is not working, the widget title is still higher than logo. i want same to same size of both widgets, whatever have the title or not. please give me all these solution.

Thank you in advance.
Tagor.

Comments

  • Hi,

    1) To change that background color, you have to use the Custom CSS code.
    Please paste this code below in the Theme Options > Custom CSS & JS > CSS
    .menu-footer-menu-container ul{
    background:transparent !important;
    }

    .widget_nav_menu ul li::after {
    display:none !important;
    }


    2) Sorry, but I'm not sure I understand what you're trying to achieve.
    But apply this CSS, and tell me if this is what you're trying to achieve.
    #media_image-2{
    padding-top:0 !important;
    }
    Thanks
  • Thank you dear, it works.
Sign In or Register to comment.