Tagged: 

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

    Hi,
    is there some quick CSS magic available that let me control font size, weight on some of my buttons?

    • This topic was modified 1 year, 5 months ago by Nomad.
    #1407209

    Hi Nomad,

    Yes, but you’ll need to add a Custom CSS Class name for it, you can replace .class-name:

    #top .class-name .avia-button {
      font-size: 30px;
      font-weight: bold;
    }

    Best regards,
    Nikko

    #1407218

    cool. works.
    thx.

    #1407312

    Hi Nomad,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘button text – like to change font size, weight’ is closed to new replies.