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?

CSS customization for 'block' - Complete the form
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: CSS customization for 'block' - Complete the form
#64930
CSS customization for 'block' - Complete the form 5 Years, 1 Month ago Karma: 0
Hi! First of all thank you so much for the perfect solution to my needs!

I am working to customize just a couple last elements and can't seem to target them. I have found the other targets by searching this forum.

See screenshot - I would like to adjust the border radius for all elements in the "Complete the form below..." block to match what is above it (5px radius).

Thanks in advance!

Last Edit: 2019/05/07 02:21 By vincentllora.
The administrator has disabled public write access.
 
#64934
Re:CSS customization for 'block' - Complete the form 5 Years, 1 Month ago Karma: 748
Hello,

Add the following CSS rule (it can be added to "Custom CSS Styles" parameter on "ARI Stream Quiz -> Settings -> Advanced" page):

.quiz-user-data {border-radius:5px}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#64938
Re:CSS customization for 'block' - Complete the form 5 Years, 1 Month ago Karma: 0
Great that worked for the container box!

How about for the text entry boxes inside the box?

Thanks!
The administrator has disabled public write access.
 
#64939
Re:CSS customization for 'block' - Complete the form 5 Years, 1 Month ago Karma: 748
Add the following CSS rule:

body .asq-theme.asq-theme-buzzfeed .quiz-user-data-form INPUT[type="text"] {
border-radius: 5px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66037
Re:CSS customization for 'block' - Complete the form 4 Years, 5 Months ago Karma: 0
Fantastic - thank you!
The administrator has disabled public write access.
 
Go to topPage: 1