• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting
DO MGBKD

DO MGBK

@DO MGBK
About
Posts
9
Topics
5
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    How to change the icons
  • DO MGBKD DO MGBK

    @dunlix said in How to change the icons:

    @do-mgbk put this in custom CSS:

    .votes .fa-chevron-up {
     content: "\f164" !important
    }
    .votes .fa-chevron-down {
     content: "\f165" !important
    }
    

    @dunlix Thanks very much for the help! I also had to add before css in order for it to work

    .votes .fa-chevron-up:before {
    content: "\f164" !important
    }

    .votes .fa-chevron-down:before {
    content: "\f165" !important
    }

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development