Currently using the Magnum theme and can't for the life of me change the icon's that you see in the Other Work section on the Front Page. Advice?
www.1ssp.org
queue | 21 |
support |
Currently using the Magnum theme and can't for the life of me change the icon's that you see in the Other Work section on the Front Page. Advice?
www.1ssp.org
Hi, Those icons change automatically depending on what format you have chosen for the project in the WP admin projects area. Also I'm seeing some asset loading errors in the console . It appears you have some cross-domain issues. Your real url is http://1ssp.org and not http://www.1ssp.org you will probably need to create a hosting panel redirect from the url using www to the real one, so that all of your font assets will load properly.
Try these two fixes and if you're still having trouble, I'll take a look again.
Hi, No there is no way to do that from within the theme. You could create some custom CSS to target each icon and replace it that way using this type of approach:
However I see from your website that you've removed them completely.Code::nth-child(number) { css declarations; }