Deleting like button in posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Historic Trucks
    Member
    • Dec 2015
    • 92
    • 5.1.x

    Deleting like button in posts

    How do I delete the like button that shows in all posts as we want to encourage conversation
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    #2
    I believe you'd have to get a CSS code to put in your template on the site builder to hide it. If no one helps you by tonight I'll figure it out.

    Comment

    • Replicant
      Senior Member
      • Sep 2014
      • 527

      #3
      Try adding this to your custom CSS in site-builder
      Code:
        li[id^='vote'] {
        display: none;
      }


      Comment

      • Flash04jv
        Senior Member
        • Aug 2015
        • 474
        • 5.1.x

        #4
        Oh man, you just beat me Replicant.

        I used this and it worked. I also tried out Replicant's and that worked as well.

        Code:
        /*Removes Thanks Icon, Text, and Count Bubble*/
        .b-post-control__bubble-flyout-container
        {display:none;}

        Comment

        • Historic Trucks
          Member
          • Dec 2015
          • 92
          • 5.1.x

          #5
          Thanks guys.

          This is going to sound like a stupid question but where do I find the site builder and exactly where I need to put the code.

          I am only a dumb fitter machinist by trade and old historic truck driver lol

          Comment

          • Replicant
            Senior Member
            • Sep 2014
            • 527

            #6
            Here you go. Put "site-builder" in the search on that page and it will give you a good rundown on how to use it.
            It has pictures and everything.

            vBulletin Manual


            Comment


            • Flash04jv
              Flash04jv commented
              Editing a comment
              Man you are fast :-)
          • Flash04jv
            Senior Member
            • Aug 2015
            • 474
            • 5.1.x

            #7
            It's not a dumb question, I asked the same thing. Log into your forum with admin. At the very top right, it says Edit Site On/Off, click it to turn it on. Some more options show to the left side. Click the one that says Style.

            It will probably prompt to enter your password again.

            Then click CSS Editor in the little tab that pops up below the Style tab.

            From the drop down, select Default VB5 Style, or the Style you want to add the CSS to.

            Then just copy and paste the codes into that white sheet area. Hit save and see if it worked. Just be very careful of what you out in this area, I wouldn't put some crazy thing you find on Google in there, you don't want to damage your site.

            I like to name all my codes and space them out so they stay organized. You can give them descriptions by using this /* text goes here */ whatever you type in there won't be used as a code, its just for reference. You can see how I used it in the code I posted above.

            Let us know if it works!

            Comment

            • Historic Trucks
              Member
              • Dec 2015
              • 92
              • 5.1.x

              #8
              Thank you both I had clicked on the style section and thought no I was happy with that "didn't look/see the CSS tab before" found it now ok will go experimenting and let you know how I go.
              Last edited by Historic Trucks; Fri 11 Dec '15, 12:07pm.

              Comment

              • Historic Trucks
                Member
                • Dec 2015
                • 92
                • 5.1.x

                #9
                Originally posted by Replicant
                Try adding this to your custom CSS in site-builder
                Code:
                 li[id^='vote'] {
                display: none;
                }
                Replicant thank you this worked fantastic

                Comment

                • Historic Trucks
                  Member
                  • Dec 2015
                  • 92
                  • 5.1.x

                  #10
                  Moved question to new topic
                  Last edited by Historic Trucks; Tue 15 Dec '15, 9:51am.

                  Comment

                  Related Topics

                  Collapse

                  Working...