Tagged: gravity form
How do I increase the font size on gravity font titles?
I am trying the following CSS but it is not changing
.gform_body label {
font-size: 20px !important;
}
My site
Hey navindesigns,
I have inspected the page but I could not see the code you add (which I think should work), do you have any caching or minification plugin? try flushing it out. Hope this helps :)
Best regards,
Nikko
Hi,
There was a missing closing curly bracket in your custom CSS code. I added it. Please flush browser cache and review your website.
Best regards,
Yigit
Thank you
I don’t know if this has anything to do with it but now the homepage video player is really small on desktop
screenshot – http://imgur.com/a/bUQqq
Hi,
I tried to check your site again but it shows:
This site can’t be reached
Best regards,
Nikko
Its loading now
Hi,
To see if it is related to your custom CSS or not, please try temporarily removing your all custom CSS code and check if that helps :)
Best regards,
Yigit
yes it works fine when i remove all my custom code
so it is definitely something in my code
I do have a lot of custom code
is this something you guys can help with or do I have to figure this out?
thanks
Hey!
Forums are very busy at the moment therefore we would really appreciate if you figured it out. If you cannot, please let us know and we will look into it as soon as we can.
Best regards,
Yigit
It looks like this was the problem
#full_slider_1 .avia-slideshow-inner, .caption_fullwidth {
max-height:400px;
}
I removed it and it is working fine now