Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
459 views
in Themes by

1 Answer

+1 vote
by
edited by

Go to 'Admin' > 'Layout' and check off this option:

Custom HTML at top of every page:

In the text area below it, add this code and modify the text in bold:

<style>
.qa-suggest-next {
    background: #3498db;
}
</style>

Alternatively, adjust this line of code in qa-theme/SnowFlat/qa-styles.css:2142

by
Thank you very much.. It works for my site.
...