i don't mean css hope you understand what's i want.
i try this code but not work
<?php
$category_id = Params::getParam('categoryId');
$category = ModelBLG::newInstance()->getCategoryDetail($category_id);
$blogs = ModelBLG::newInstance()->getCategoryBlogs($category_id);
$c = $category;
?>
<style>
#blg-main .blg-latest.blg-result .blg-row, .blg-latest .blg-row{border-radius: 3px 3px 0 0; border-top: 4px solid <?php if($c['s_color'] <> '') { ?><?php echo $c['s_color']; ?><?php } ?>}
</style>