Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #568840

    Hi, Im trying to change the button text size in the screenshoted section of my site.

    I followed this thread but it only changed the top slider buttons… which I like

    How do I changed the buttons in this section text size?

    #569006

    Hey mcraig77!

    Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS

    .your-custom-class .avia_iconbox_title {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #569164

    Cool Thanks that worked. How do I get the font on those buttons to be all uppercase and match the font as in the button on the top slider?

    #569763

    Hi,

    Please try the following as well:

    #applications .avia_iconbox_title {
        text-transform: uppercase !important;
    }
    

    Regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.