Site icon Catch Themes

CSS not recognised since upgrade to pro?

Hi @sakin My client loved simple catch so much they wanted to upgrade to pro which we've done, but the css used in the free version doesn't seem to work in the pro version. Below is the css that was used in the free version: #header { background: none; background-color: #ffffff; } #header #mainmenu { float: left; border:1px solid #000000; border-color:#000000; /*background-color:#333;*/ background-color:#333333; margin-top:40px; position:relative; width:976px; z-index:1000; font-weight: bold; box-shadow:0 1px 0px #000000; } #header #mainmenu ul li a { border:1px solid #000000; border-color:#000000; padding: 0 20px; display: block; color: #000000; color:white !important; font-size: 15px; font-weight: bold; line-height: 48px; color: #333; float: left; } #header #mainmenu ul li a:hover, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li:hover > a { /*background-color: #333333;*/ background-color: #333333; font-weight: bold; border-color:#000000; /*color: #000000;*/ color:white !important; } #header-menu ul.menu ul { box-shadow: none; width: 105px; background-color: #333333; font-weight: bold; border-color:#000000; color:white !important; } #header #mainmenu ul li { font-weight: bold; border-color: #000; } #header #mainmenu ul li ul { font-weight: bold; background-color: #333; } I also had some css to remove the small text area that says who posted and when. This was the css that worked in the free version: #main #content ul.post-by { display: none;} That stopped working, but I've found this code on your forum: .entry-meta { display: none; } That css DOES work. Do I simply add .entry-meta to each line? Here's the site: www.marcomsonline.co.uk Thanks Neil
Exit mobile version