Home › Forums › Iconic One Pro Support › How to custom theme ? › Reply To: How to custom theme ?
Hi,
All of the code below can be pasted in Customizer -> Additional CSS or style.css in child theme, child theme not necessary for this.
1) Find alternative Google fonts for those and then follow
Calibri font license is $129 https://www.fonts.com/font/microsoft-corporation/calibri/packages
Eg. when fonts are included
Refer: https://themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/ and then replace sans-serif with your font name
.entry-header .entry-title {
font-family: sans-serif;
}
2)
.read-more a {
display: none;
}
3) Iconic One Pro Control Panel – > Main Settings -> Author ID
4) Search functions.php for // Sets Index Page Thumbnails
200, 140, true
change to
125, 125, true
After that run the following plugin to generate fresh thumbnails
5)
.single .category {
display: none;
}
6) Refer: https://themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/ and then replace sans-serif with your font name
.entry-content {
font-family: sans-serif;
}
7)
.relatedcontent {
font-family: sans-serif;
}