Hi guys,
I realize your advise for events is to use Events Calendar, however for different reasons I have to use Events Manager. I have a small issue with styling the subscription form and I hope you can (still?) help me out.
On the development site for one of my clients we use a subscription form (see link below).
On a screen print (see link below) you can see the two different styles: in the green box they look ok, in the red box they have different font and borders.
I wonder why some of the fields are styled differently. I have noticed in the code that the txt type fields use a different class (input-group) in stead of the orher type fields (ie. input-dbem_address). Does that cause the different style perhaps? So far I wasn’t able myself to solve this through CSS…
What can I do to solve this issue and have all fields look the same?
Thanks for your help!
regards,
Monique
Any help on this please?
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.input-group {
border: none!important;
background: transparent!important;
}
Best regards,
Yigit
Hey Yigit!
Yah, that helps. I had to do a few other additional styles, but you definitely helped me on the right way.
You can flag this topic as closed.
Thanks a lot!
Monique