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!
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:
Comments
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: At this moment this is the only way to get what you need. Thanks for suggestion!