css issue with YooTheme Pro
- Anthony Geselle
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
8 years 2 months ago #4579
by Anthony Geselle
Replied by Anthony Geselle on topic css issue with YooTheme Pro
fixed, thank you!
Please Log in to join the conversation.
- Anthony Geselle
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
8 years 1 month ago #4612
by Anthony Geselle
Replied by Anthony Geselle on topic css issue with YooTheme Pro
I updated to the latest version and the problem is back, can you tell me or PM me what you changed so I can do it in future updates? I am guessing it is some CSS fix somewhere?
Please Log in to join the conversation.
8 years 1 month ago #4615
by Daniel
Thanks
Daniel
Replied by Daniel on topic css issue with YooTheme Pro
It's conflicting with your template file, You need to make the following change. Replace
with
in components/com_vquiz/assets/css/style.css file
Code:
.q-options input[type="checkbox"], .q-options input[type="radio"]
Code:
.main_box .q-options input[type="checkbox"], .main_box .q-options input[type="radio"]
Thanks
Daniel
Please Log in to join the conversation.