Buttons

Was having a tough time trying to figure out how to change the font color to white on the button shortcode. I'm sure its something simple I over looked, other than that the theme is great A++++++++ all the way! 

Comments

  • Hey,

    we already noticed that we forgot about font color for button and of course we added this suggestion to future updates. What you can do at this moment to get it, is use class attribute for button. For example when you created button you can add class, like: class="button-white-font-color" and inside Theme options > Layout > Custom CSS section, you can paste css style for this class, like below:
    .button-white-font-color { color: #FFF !important; }
    At this moment this is the only way to get what you need. Thanks for suggestion!
  • Awesome!

    Works great & thanks for the quick response will use you guys again for future projects :)
    Keep up the good work!
  • Thanks ;) We really appreciate it!
Sign In or Register to comment.