Hello,
Add the following CSS rules to "Custom CSS styles" parameter on "ARI Stream Quiz -> Settings -> Advanced" page if you want to show share buttons like on mobile:
Code: |
.asq-theme .quiz-result-share-buttons .button-share span {display: none !important;}
.asq-theme .quiz-result-share-buttons .button-share {min-width: 0 !important;}
.asq-theme .button-share I {padding-right: 0 !important;}
.asq-theme .button-share i:after {display: none !important;}
|
Use the following CSS rule if want to change text color:
Code: |
.asq-theme .button-share span {color: #fff !important; }
|
Regards,
ARI Soft