Hello There, Guest! Login Register
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GameOne Icon Change
#1
How do we change the controller icon on the GameOne theme?

I want it to be a key instead of a controller.
Reply
#2
(4th Jun, 03:53 pm)veconomy Wrote:  How do we change the controller icon on the GameOne theme?

I want it to be a key instead of a controller.

Edit the global.css file on line 542 and find the following:

Code:
.forum_on:before, .forum_off:before {
content: "\e608";
}

Replace with:

Code:
.forum_on:before, .forum_off:before {
content: "\e608";
font-family: FontAwesome;
}

Modify what is in between the double quotes above. You MUST use FontAwesome for this edit. Checkout the following link for FontAwesome fonts:

http://fontawesome.io/icons/

Click on any icon you want then find the "unicode" value for the icon and insert into your global.css edit.

If  I was changing the icon to a key I would use the following code:

Code:
.forum_on:before, .forum_off:before {
content: "\f084";
font-family: FontAwesome;
}

I hope that helps you.
Reply
#3
it's possible to replace this controllel icon with a img icon?
Reply
#4
Yes but his would require template edits. Are you looking for unique icons per forum?
Reply
#5
Yes please, i'd love to edit the icons to custom ones.
Reply




Users browsing this thread: 1 Guest(s)