Site icon Catch Themes

WordPress Catch Theme does not apply custom CSS after upgrade

This is my CSS - does not commit anymore...does anybody know why? - thanks! /* Controls total width of menu bar */ #header #mainmenu { width: auto; margin-left: 100px; } /* Changes style of Submit buttons for comments and contact form */ #commentform #submit, .wpcf7-form .wpcf7-submit { background: #C0C0C0; width:170px; border: 1px solid; text-shadow: none; font-weight: 900px; } /* moves logo a little to the left */ #site-logo a img { margin-left: -20px; } /* repositions search box */ #header .social-search form.searchform { padding-top: 50px; margin-left: -40px; } /* Replaces continue reading */ a.readmore { font-style: italic; text-decoration: underline; } /* Estilo menu */ #header #mainmenu ul li a { font-weight: bold; background-color: gray; font-size: 17px; } /* Hides page titles */ .page .entry-title { display: none; } /* Main header color */ #header { background: none; background-color: #66ffcc !important; } #masthead { background-color: #66ffcc; } /* Sidebar background image */ #sidebar { background-image: url("http://comiendojuntos.com/wp-content/uploads/2015/10/kirchenbkg5.jpg"); } /* Sidebar padding for titles */ #sidebar h3 { padding-left: 20px; padding-top:20px; } /*Footer background*/ #footer { background: #660033 !important; } /* to hide slider */ .home #slider { display: none; }
Exit mobile version