• 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

How to change the icons

Scheduled Pinned Locked Moved Technical Support
3 Posts 2 Posters 311 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DO MGBKD Offline
    DO MGBKD Offline
    DO MGBK
    wrote on last edited by
    #1

    I want to change the icons for upvote and downvote to thumb up and thumb down. How can I do that?

    Thanks for any info!

    dunlixD 1 Reply Last reply
    0
  • dunlixD Offline
    dunlixD Offline
    dunlix GNU/Linux Gamers
    replied to DO MGBK on last edited by
    #2

    @do-mgbk put this in custom CSS:

    .votes .fa-chevron-up {
     content: "\f164" !important
    }
    .votes .fa-chevron-down {
     content: "\f165" !important
    }
    
    DO MGBKD 1 Reply Last reply
    1
  • DO MGBKD Offline
    DO MGBKD Offline
    DO MGBK
    replied to dunlix on last edited by
    #3

    @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
    }

    1 Reply Last reply
    2
  • vijay kumavatV vijay kumavat referenced this topic on

Copyright © 2023 NodeBB | Contributors
  • 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