How to increase font size in message box?

Status
Not open for further replies.

War.Frog

Customer
Do you know how I can increase the font size in the message box that displays usernames when people have thanked/liked posts etc.? Some users are complaining it's too small and isn't very obvious.

Thanks!
 
Look at the thanks_entries template, it will show you where you need to enter the relevant CSS :)

Sent from my X10i using Tapatalk
 
Look at the thanks_entries template, it will show you where you need to enter the relevant CSS :)

Sent from my X10i using Tapatalk

Thanks Fillip H.. Ok hmm...I'm apparently blind. I can't find that template - I see some variations of that name, but nothing that's just thanks_entries. Even in the variations, I don't see what CSS I need to change??
 
My bad; the template is dbtech_thanks_postbit_entries and changing
HTML:
<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}">
to for instance
HTML:
<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}" style="font-size:13px">
should boost the font size to 13px.
 
My bad; the template is dbtech_thanks_postbit_entries and changing
HTML:
<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}">
to for instance
HTML:
<div class="postdetails" id="dbtech_thanks_entries_{vb:var post.postid}" style="font-size:13px">
should boost the font size to 13px.

I tried this on a VB 4.2.2 test installation and it doesn't work -- the font size doesn't change. Is this fix still applicable?
 
Probably not, but the template name should be the same :)

You can also look at the _actionbit template for APTL to directly interface with each individual button.
 
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
2
Views
595

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,049
Customer rating
5.00 star(s) 1 ratings
Back
Top