Tagged: icon font
Hi
How do we make the Icon heading to be Upper and Lower case?
It stays as all UPPERCASE.
You can see what I mean at https://bypstrongforlife.com.au/contact/
Please see login details to the temp website
Thanks, heaps
Dave
Hey Dave,
Add this to quick css:
.av_icon_caption.av-special-font{
text-transform:none!important;
}
Best regards,
Jordan Shannon
Thanks, Jordan
Where and how for that same Icon do we adjust the Title and the ToolTip font to be larger like 18pix?
Cheers Dave
Hi Dave,
Please try this CSS as well:
.av_icon_caption strong, span.av-icon-char[data-avia-icon-tooltip] {
font-size: 22px;
}
Best regards,
Rikard
It didn’t work properly….
It only made part of the heading caption larger, the bold section.
I have uploaded a temporary page at https://bypstrongforlife.com.au/
You can see it in the icons in ‘What are you waiting for?’ section
And the login details are below.
We would really appreciate your help
Hi,
Adjust Rikard’s CSS to the following:
.av_icon_caption, span.av-icon-char[data-avia-icon-tooltip] {
font-size: 22px;
}
Best regards,
Jordan Shannon
Great thanks…. :)
That made the complete icon title the same size
You guys are awesome.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon