Thanks Support service(SA Thang ND)!
They answered my question:
1. Please go to templates\sj_zaga\html\mod_sj_k2_extraslider\our-blog.php find code and change:
<a href="index.php/our-blog">View all our blogs</a>
2. Please choose style of template and change in css file:
For example change background for style "oranges".
Please go to templates/sj_zaga/css/template-oranges.css find code:
body {
background-color: #fff;
font-size: 13px;
line-height: 22px;
}
=> edit to:
body {
background-color: #fff; // CHANGE BACKGROUND OF YOU
font-size: 13px;
line-height: 22px;
}