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??
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.