R realaqu Active member Sep 7, 2015 #1 I saw burning board using this trick, make pages looks very neat, on xenforo, only pageNav use this method, how can I do the same thing on those reply buttons? thank you Last edited: Sep 7, 2015
I saw burning board using this trick, make pages looks very neat, on xenforo, only pageNav use this method, how can I do the same thing on those reply buttons? thank you
ForumCube Well-known member Sep 7, 2015 #2 Try following css HTML: .message .messageMeta { display: none; } .message:hover .messageMeta { display: block; } Upvote 0 Downvote
Try following css HTML: .message .messageMeta { display: none; } .message:hover .messageMeta { display: block; }
R realaqu Active member Sep 7, 2015 #3 ForumCube said: Try following css HTML: .message .messageMeta { display: none; } .message:hover .messageMeta { display: block; } Click to expand... thanks, that works, might need some more work on mobile phone Upvote 0 Downvote
ForumCube said: Try following css HTML: .message .messageMeta { display: none; } .message:hover .messageMeta { display: block; } Click to expand... thanks, that works, might need some more work on mobile phone
ForumCube Well-known member Sep 8, 2015 #4 Nope. In mobile if you just tap on message area you will able to see the options as single tap replicate mouse over (where applicable). Upvote 0 Downvote
Nope. In mobile if you just tap on message area you will able to see the options as single tap replicate mouse over (where applicable).