Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1231140

    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

    #1231443

    Hey Dave,

    Add this to quick css:

    .av_icon_caption.av-special-font{
    text-transform:none!important;
    }

    Best regards,
    Jordan Shannon

    #1231458

    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

    #1231619

    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

    #1231668

    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

    #1231889

    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

    #1231933

    Great thanks…. :)
    That made the complete icon title the same size

    You guys are awesome.

    #1231955

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changing Icon Heading to be Upper and Lower case’ is closed to new replies.