Hello!
For some reason the usual fix to make theme button font size larger on large buttons is not working for me. Under the Testimonials slider, I added a button to Read the Full Reviews, and I used code:
.avia-button.avia-size-large { font-size: 16px; }
and it doesn’t work.
Is it because I am using an icon, maybe? I have tried adding !important and a few other things and nothing seems to work.
Can you help?
Hey Julie!
use this code in Quick CSS field:
span.avia_iconbox_title {
font-size: 26px !important;
}
Cheers!
Andy
Hey Andy,
Thanks for this, but it doesn’t seem to be changing it for some reason.
Any other suggestions?
Hey!
it does work for me. Clear browser cache and hard refresh a few times. If it still does not work: please send us admin access, so we can take a deeper look into it.
Best regards,
Andy
Text on the button still looks very small. Credentials are below, thank you so much for taking a look.
Hey!
You had some small errors in your custom CSS in Quick CSS field and Andy’s code was not being applied. Please review your website now
Regards,
Yigit
Hey Yigit,
Thank you so much for taking a look. I am unfortunately still not seeing the changes. A caching plugin is now enabled but it has been flushed many times and I am seeing other changes made since on the site but not this one– it looks fine on my mobile phone, but not on my 17″ screen.
If you have any suggestions, let me know.
Thanks!
Hi!
Changes i made were gone for some reason. I have fixed it again. You can also find correct custom CSS here – http://pastebin.com/qhnm0Dtd
Best regards,
Yigit
Finally fixed! I cannot thank you enough. :)