Like/Dislike Button

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alextgilbert
    New Member
    • Jul 2018
    • 13
    • 5.3.x

    Like/Dislike Button

    Is there a way to make the Like button bigger or more noticeable rather than just a small text?
    Can we add a dislike button?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Originally posted by alextgilbert
    Is there a way to make the Like button bigger or more noticeable rather than just a small text?
    Can we add a dislike button?
    There's no dislike button.

    You can play around with the buttons using custom css. I knocked this rather ugly effort up in less than a minute:

    Click image for larger version  Name:	quote.JPG Views:	1 Size:	8.9 KB ID:	4394716
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Carrfixr
      Senior Member
      • May 2017
      • 1364
      • 5.5.x

      #3
      Mark
      Can you share that code
      Thanks in advance

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24286
        • 6.0.X

        #4
        Originally posted by Carrfixr
        Mark
        Can you share that code
        Thanks in advance
        Code:
        .b-post-control__label {
            margin-left: 2px;
            background: blue;
            padding: 5px;
            font-size: 14px;
            color: white;
            border-radius: 5px;
        }
        This is very raw though. The main thing is that it doesn't account for how the buttons display on small mobile screens, and will probably clash, so the css will need defining to prevent that.
        MARK.B
        vBulletin Support
        ------------
        My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
        My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

        Comment

        • alextgilbert
          New Member
          • Jul 2018
          • 13
          • 5.3.x

          #5
          Thank you for the help Mark. It worked exactly as you specified. Is there anyway we can make that CSS only highlight the Like button?

          Comment

          Related Topics

          Collapse

          Working...