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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

How to change CSS style for the share buttons?
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 12
TOPIC: How to change CSS style for the share buttons?
#65031
How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 0
Hi, I've changed the font for the main questions using: -

body .asq-theme.asq-theme-buzzfeed, body .asq-theme.asq-theme-buzzfeed * {
font-family: Maven Pro;
color: #555;
}

The problem is that this has also changed the color of the social share buttons at the end which makes it hard to read now. Is there a way to change just the font color of these buttons?
The administrator has disabled public write access.
 
#65036
Re:How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 748
Hello,

Use the following CSS rule:

body .asq-theme.asq-theme-buzzfeed .button.button-share {color: green;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65037
Re:How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 0
body .asq-theme.asq-theme-buzzfeed, body .asq-theme.asq-theme-buzzfeed * {
font-family: Maven Pro;
color: #555;
}

body .asq-theme.asq-theme-buzzfeed .button.button-share {color: white;}


Was I supposed to do it like this? I tried it and nothing has changed.
The administrator has disabled public write access.
 
#65038
Re:How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 748
Could you provide a link to a page where it doesn't work?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#65082
Re:How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 0
englishxp.co.uk/grammar/adjectives/

If you click on start quiz at the bottom. You'll need to click 10 answers and then add in a random email address to see the share results after.

The problem seems to be the same on all of the quizzes.
The administrator has disabled public write access.
 
#65091
Re:How to change CSS style for the share buttons? 5 Years, 1 Month ago Karma: 748
Use the following CSS rule:

.asq-theme.asq-theme-buzzfeed .button-share span {color: #fff;}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12