Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Change share text color on results
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Change share text color on results
#72916
Change share text color on results 2 Weeks ago Karma: 0
On Desktop:

How do I change the button text in the share buttons-container on Results page to white instead of inherited from the site style sheet?
Alternatively, if I can just show the icons of the social media channel (like on mobile), that will work too.
The administrator has disabled public write access.
 
#72918
Re:Change share text color on results 2 Weeks ago Karma: 764
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
The administrator has disabled public write access.
 
Go to topPage: 1