Hi. I like the theme but i’ve got lots of small problems.
1. The color for the tag is wrong on the category page
It displays as black but it’s supposed to be greenish. Link – http://kiip.ee/category/kolakad/

2. Why does it only show 1 post in the category view? I can’t find a place to change it.
3. Why are the category views different?
I went through all of the settings and clicked on the M11 Article display view. For the category “Nutitelefonid” (http://kiip.ee/category/nutitelefonid/) it displays the big grid, how can I delete it?
4. Why does it only show one post per page on the search view?
http://kiip.ee/?s=tere
5. Where can I change the hover color for the social buttons?
On the right hand side you’ve got Facebook, Twitter etc buttons. Right now the hover color for the buttons is black. Where can I change it? Also, how can i make the whole button to be a link to Facebook, Twitter etc, right not only the “Like/Follow” part is clickable.

Hi,
1. The color is black on entire site, the category color tag is colored only in article.
2. Go here: http://screencast.com/t/ZBz7L2IRdRk
3. If you want to hide the big grid on categories go to Theme Panel -> Categories and disable it for each category: http://screencast.com/t/eMv99vERUmpE
4. The same here, this is from WordPress: make like point 2, go here: http://screencast.com/t/ZBz7L2IRdRk
5. Can be changed via CSS with this, add it in Theme panel -> Custom CSS
.td_social_type:hover {
background-color: red;
}
About the link button, I’m not sure is possible easily, because is not made from start to be like that.
Thanks for the message!
Happy Holidays!
-
This reply was modified 11 years by
Marius.
Thanks Marius.
One more question, how can I change the color for article title on Big Grid? Didn’t find it anywhere.
Hi,
Somehow we have missed the option for that. I have added on our todo list and we will add it in next theme versions. Until then you can do it via custom css and use this css into custom css filed in theme panel to change the color of big grid post titles: http://screencast.com/t/xMWDavzyCnd
.td_block_big_grid .td-big-grid-post .entry-title a{
color:blue;
}
Thanks