• Resolved wordmax

    (@wordmax)


    How can we increase the size of the vote up icon (thumbs up, + sign, happy face, etc) in the comments vote up/down? I could not find the correct CSS value to change it.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AdvancedCoding

    (@advancedcoding)

    Hi @wordmax

    Copy and paste this CSS code into wpDiscuz > Settings > Styles and Colors > Custom CSS Code textarea.

    More info here

    
    #wpdcom .wpd-comment-footer .wpd-vote-up, 
    #wpdcom .wpd-comment-footer .wpd-vote-down {
        width: 20px;
        height: 20px;
    }
    
    Thread Starter wordmax

    (@wordmax)

    Thanks! That works perfectly. I appreciate the fast help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to increase size of vote button in comments (thumbs up, +, etc)’ is closed to new replies.