jgerza Posted May 20, 2013 Share Posted May 20, 2013 hello, i would like edit my prestapress module css. there should be white background and 1px border, because it is default in other parts of my template. there is css prestapress i tried to get background content there but i am not so much to css #prestapress-view .content{background:#FFF;border:1px solid #DDD;margin:5px 0 0;padding:5px 10px} #prestapress-view .medias{ float:left; margin-right:5px; padding:0 5px; } #prestapress-view .media_main img{ border:1px solid #CCCCCC; } #prestapress-view .media_thumbs{ } #prestapress-view .media_thumbs ul{ margin:0; padding:0; } #prestapress-view .media_thumbs ul li{ display:block; width:60px; height:60px; border:1px solid #EAEAEA; padding:0; margin:5px 5px 0 0; float:left; } #prestapress-view .media_thumbs ul li:last-child{ margin:5px 0px 0 0; } #prestapress-view .media_list ul{ margin:0; padding:0; } #prestapress-view .media_list ul li{ display:block; margin:0; text-align:right; padding:0; margin-top:5px; text-align:center; } #prestapress-view .media_list ul li img{ border:1px solid #EAEAEA; } #prestapress-view .categories{ margin:20px 0 20px 0; } #prestapress-view .categories ul{ margin:0; padding:0; list-style-type:none; } #prestapress-view .categories ul li{float:left; margin-right:3px; } #prestapress-view .products{ margin:9px 0 9px 0; } #publication_list ul{ margin:0; padding:0; list-style-type:none; } #publication_list ul li{ margin:20px 0; padding:0 0 5px 0; list-style-type:none; border-bottom:1px solid #EAEAEA; } #publication_list ul li h3{ margin-top:0; margin-bottom:0; padding-bottom:0; } #publication_list ul li h3 a{ text-decoration:none; } #publication_list ul li h3 a:hover{ text-decoration:underline; } #publication_list ul li span{ color:#999999; font-size:10px; } #publication_list ul li .excerpt{ margin-top:5px; } #publication_list ul li .img_default{ float:left; margin-right:5px; } #publication_list ul li .img_default img{ border:1px solid #EAEAEA; } #publication_list ul li .detail_left{ float:left; width:440px; } #center_column .products_block.accessories_block .block_content li.last_item a.product_image, #center_column .products_block.accessories_block .block_content li.last_item .product_description{ border:none; } ul.block_pretapress li{ border-bottom:1px solid #D0D3D8; padding:3px 0 3px 0; } ul.block_pretapress li.last_item{ border:none; } ul.block_pretapress li span{ font-size:9px; color:#ACACAC; } #prestapress-view div.block{ margin:0; width:100%; } #prestapress-view div.products_block a.product_description{ height:65px; } #publication_home .block_content{ background-color: white; border:1px solid #DDDDDD; padding:5px 10px 5px 10px; } #publication_home ul{ margin:0; padding:0; list-style-type:none; } #publication_home ul li{ margin:0 0; padding:10px 0 5px 0; list-style-type:none; border-bottom:1px solid #DDDDDD; } #publication_home ul li h3{ margin-top:0; margin-bottom:0; padding-bottom:0; } #publication_home ul li h3 a{ text-decoration:none; } #publication_home ul li h3 a:hover{ text-decoration:underline; } #publication_home ul li span{ color:#999999; font-size:8px; } #publication_home ul li .excerpt{ margin-top:5px; } #publication_home ul li .img_default{ float:left; margin-right:5px; } #publication_home ul li .img_default img{ border:1px solid #EAEAEA; } #publication_home ul li .detail_left{ float:left; width:400px; } #publication_home ul li.last_item{ border:none; } .bt_left{ float:left; } .bt_right{float:right; } #publication_home h4 span a{ font-size:10px; float:right; margin-right:5px; text-transform:none; } #presscategories_block_left h4{ font-size:12px; } Link to comment Share on other sites More sharing options...
jgerza Posted May 20, 2013 Author Share Posted May 20, 2013 i tried add #prestapress-view .content{ background-color:#FFFFF; border:1px solid #DDDDDD; } Link to comment Share on other sites More sharing options...
jgerza Posted May 22, 2013 Author Share Posted May 22, 2013 anyone? Link to comment Share on other sites More sharing options...
NemoPS Posted May 22, 2013 Share Posted May 22, 2013 Are you sure the content has that class and parent class? if you are, try adding !important for both rules Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now