Override CSS in footer Posted in : Read WP justinavillanuevaParticipant 17 March 2013 at 19:22 #4476 Hey there, I’m trying to do some custom css for the footer. I’ve hit a road block. I’d like to have all the text #ffffff, and the background #666666. I’d also like to not display the icon next to the recent posts (do a text-decoration:none). http://www.justinav.info/test http://www.justinav.info/test/about Much thanks! ahmetsaliKeymaster 18 March 2013 at 15:25 #4513 Hi, try the custom css code below; .site-footer { background: #666; } .site-footer, .site-footer .widget-area, .site-footer .widget-area a, .site-footer .widget-title, .site-footer .widget-area ul li:before { color: #fff;} .site-footer .widget_recent_entries ul li:before { content: ""; } jasonniebauerParticipant 6 April 2013 at 23:41 #5073 Hi, really liking this theme! Apologies, but I’m new to coding… Do I add this code in Appearance > Theme Options > Style > Custom CSS? Thanks! Mehmet S.Keymaster 7 April 2013 at 02:56 #5081 Yes, you do. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register