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?

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, 7 Months 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, 7 Months ago Karma: 760
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, 7 Months 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, 7 Months ago Karma: 760
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, 11 Months ago Karma: 0
Fantastic - thank you!
The administrator has disabled public write access.
 
Go to topPage: 1