XF 1.3 Change Multi Quote to Button?

This styles still not support for XF 1.3! I post here hope someone could fix it :)
As I said before, for support you need to post in the discussion thread for that theme. That's where the theme author will check, that's where other users of that theme will check, that's where solutions to any issues with this theme will be posted and where users would check for these.
 
You could also use an own CSS Class into Extra.CSS and mimic the design of your style buttons.
To get some styling to the Multiquote you can use
.message .publicControls a.MultiQuoteControl { }

Add a background and a padding with some border and shadow effect and voila
 
You could also use an own CSS Class into Extra.CSS and mimic the design of your style buttons.
To get some styling to the Multiquote you can use
.message .publicControls a.MultiQuoteControl { }

Add a background and a padding with some border and shadow effect and voila
WOW! Working like charming!
+Quote_fix.webp
 
Top Bottom