WordPress Tricks

WordPress theme Ixion (for non profit organization and schools) By Automattic: Create your website and modify header,footer,sidebar,template modifications and styling

Before I shared you the code related to theme photograply by theme Foundry . Today I am sharing you customization tricks of newly released Ixion theme by Automattic. WordPress theme Ixion By Automattic is a theme for non-profits, organizations, and schools.
Wordpress Ixion theme customization
Question 1: How to change top social icons color in  Ixion By Automattic

.site-header .jetpack-social-navigation a::before {
color: red !important;
}
You can use my shared code and ask question in the comments section.

Continue reading “WordPress theme Ixion (for non profit organization and schools) By Automattic: Create your website and modify header,footer,sidebar,template modifications and styling”