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

    Hey diefleischerei,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .avia_iconbox_title {
      font-size:30px !important;
    }

    Best regards,
    Rikard

    #729358

    Hey Rikard. Perfect. Thank you. How can i change the font color?

    #729367

    And one more question. How can i change the “X” and only the x to font size bold and set it to color yellow? http://imgur.com/a/DLyxj

    #729375

    Hey!

    Happy new year! :)

    Please edit your special heading element and wrap “x” into a span with custom class as following

    
    <span class="my-custom-x">X</span>

    then add following code to quick CSS

    .my-custom-x { color: yellow; font-size: 20px; font-weight: bold; }

    Regards,
    Yigit

    • This reply was modified 7 years, 2 months ago by Yigit.
    #729450

    Great Yigit. Happy New Year to you!!!!!!!

    It works but the X is now to small :(

    #729452

    Ahh. i dont see font size :) All perfect!!!!!!!!

    #729453

    Hi!

    Great! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘how can i change the font size inside the button?’ is closed to new replies.