Hi guys,
I am very happy with the theme, but there a few things that should be better. I hope you solve/add these things in a future update…
For example:
1. There is a way to change the background color of the footer, but there is no way to change the text color like in the sub-footer:

2. When I am using menu’s in the footer, the top margin of the menu title is not equal to the top margin of other module titles:

3. Big gap between menu titles in mobile version:

4. Menu widget title background color is not editable in theme options panel.
5. Possibility to disable/enable ‘more from author’ and ‘related articles’ on single page individually.
6. Slider title in mobile version missing:

7. Footer menu title background is bugged:
Comparison

Detailed look

Hi,
1. An option for changing the footer text color hasn’t been added there due to the variety of the content you can add there. You can change the text color for module/blocks from panel and you can use custom css for the elements you want to change color of and don’t have an option.
2. That is not an issue as the widgets title are different from the blocks titles and were designed that way. You can also alter that space via custom css and adjust it as you like.
3. Use this css for that: http://screencast.com/t/NbnPWh7fH
@media (max-width: 767px){
.td-footer-container .td-pb-span4, .td-footer-container .td-pb-span8, .td-footer-container .td-pb-span12 {
padding-bottom: 0px !important;
}
.td-footer-container .widget_nav_menu {
padding-bottom: 0px;
margin-bottom: 0px;
}
}
4. Use this css for that: http://screencast.com/t/Or8noyKw
.td-footer-container .block-title > a, .td-footer-container .block-title > span {
background-color: red;
}
5. I will add this on our feature requests list, however we have almost 200 feature requests and we have to pick very carefully what we implement, thanks for the suggestion though, we will consider it.
6. Replied here: https://forum.tagdiv.com/topic/heading-slider-module-missing-in-mobile-version/#post-32694
7. We will take a look at this and fix it in next theme versions if we find something wrong wit it as I haven’t managed to recreate this.
Thanks