Hi zafarz,
You can add AdSense to any theme you want by going through the steps in this video: https://www.youtube.com/watch?v=p_PniPCm–Y
Alternatively, you can use one of the available plugins from the repository:
https://wordpress.org/plugins/tags/adsense-plugin
Regards,
Yavor
Just started using this them. I think it looks very nice.
How can I change the font size and color of Category text? It shows up above the Title, and overpowers it a bit.
Hi JCCaito7,
Thank you for using my theme. You can change the color of the 4 categories on the front page by inserting this code at the end of the theme’s style.css file:
.front-page h1.category-title {
color: red;
}
Replace ‘red’ with any color you like.