its cause by the slider, either setup it properly with correct cat id/post id or disable it.
Thank you! It works now!
Thanks for the a great theme as well 🙂
I have an extra question, how can I change the blue color of the titles of each post shown on the home page? The blue color is set for the lines under the primary menu as well. How can I change that? Thanks
add this to customizer->general->custom css
#post-entry h2.entry-title a {color:#cc0000;}
#main-navigation .sf-menu li a {border-bottom: 5px solid #cc0000 !important;}
Thanks a lot. It worked now but how to change the colour of the author on the homepage? It is fixed with blue now. Thanks in advance!
#custom div.feat-meta a { color:#cc0000; }
Thank you. It is solved now! 🙂