Hi Rashid Siddiqui,
1. For Capture.gif and Capture1.gif:
Please go to "your_site/templates/sj_worldnews/css/template.css", finding the code lines:
div.caption_center_bg_theme5 .article-tool{color: #ccc;}
change to
div.caption_center_bg_theme5 .article-tool{
color: #ccc;
display: none
}
2. For Capture2.gif
Please go to "your_site/templates/sj_worldnews/html/com_k2/templates/yt-theme/category.php", finding the code lines:
<h2 class="title-category font-text"><?php echo $this->category->name; ?><?php if($this->params->get('catTitleItemCounter')) echo ' ('.$this->pagination->total.')'; ?></h2>
change to
<h2 class="title-category font-text"><?php echo $this->category->name; ?></h2>
Thanks