MyBB Community Forums

Full Version: Need Assistance On Changing FA Icons in CoD Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@Vintagedaddyo

I am using your CoD theme for testing purposes. 

I need assistance on changing the FA icon as shown in the screenshot.

For the life of me, I can't find the code that changes the FA icon. 

[Image: 1f789db7dd2a5d7c784a0aa51253aa28.png]
(2018-11-07, 04:07 PM)Serpius Wrote: [ -> ]@Vintagedaddyo

I am using your CoD theme for testing purposes. 

I need assistance on changing the FA icon as shown in the screenshot.

For the life of me, I can't find the code that changes the FA icon. 

[Image: 1f789db7dd2a5d7c784a0aa51253aa28.png]

forumbit_depth2_cat, forumbit_depth2_forum, index

Look for:

<i class="fa fa-gamepad"></i>
Change to:
<i class="fa fa-comments"></i>


In global.css find all:

	content: "\f11b";
Change to:

	content: "\f086";