footer problems

Discussion in 'Themia WordPress Theme' started by maes39, Aug 7, 2013.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    On my website www.oosterhoutsefietsdagen.nl i've some problems with my footer menu.

    *align of the copyright to the center of the page, i've tested several custom css options from this forum but non of them works!
    .footer-space p {
    text-align: center;
    color: red;
    }

    *footer background color doesn't change i've used the next code:
    .footer-content .footer_wrap {
    background: #3469A2;
    }

    *all pages shows up in the footer even pages that are not used

    I've already deleted the theme en installed again but all the codes we used in the custom CSS doesn't work.

    Can you help me??
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_bg {
    background: red;
    }
    .footer .footer_menu li {
    background: none;
    }
    .footer_line .copyright {
    text-align: center;
    }
    
    This will solve your issue.
     

Share This Page