Hello There, Guest! Login Register
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GameOne Icon Change
#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


Messages In This Thread
GameOne Icon Change - veconomy - 4th Jun, 03:53 pm
RE: GameOne Icon Change - Tan - 7th Jun, 10:40 pm
RE: GameOne Icon Change - BuzzY - 17th Jul, 04:46 pm
RE: GameOne Icon Change - Tan - 31st Jul, 11:44 pm
RE: GameOne Icon Change - i5stealth - 31st Aug, 11:14 pm



Users browsing this thread: 1 Guest(s)