rantamies 0 Report post Posted January 26, 2012 /* * @ Borders */ hr, .fpost, .clip_box, .metabar a, #morefoot .widget-title, #site #dsq-content h3, .navigation_wrap{ border-left: 3px solid transparent; border-right: 3px solid transparent; } ul.sf-menu ul li:last-child{border-bottom: none} i wuold like to chance border color? but even if i chance above transparent to color hex code. its still the same. Thanks, Ville Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted January 26, 2012 Hi Ville, Can you post a link to your site please. Please search our forums, before posting! Share this post Link to post Share on other sites
rantamies 0 Report post Posted January 26, 2012 http://sunpromotions.fi/toivo/ here you go Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted January 26, 2012 OK, you have it correct, you simply need to add !important at the end of your CSS. For example: [code]border-left: 3px solid red !important; border-right: 3px solid red !important;[/code] Please search our forums, before posting! Share this post Link to post Share on other sites
rantamies 0 Report post Posted January 30, 2012 Thank you! This was good! Share this post Link to post Share on other sites